TechDraw StackTop: Difference between revisions

From FreeCAD Documentation
Line 30: Line 30:
#* Press the {{Button|[[Image:TechDraw_StackTop.svg|16px]] [[TechDraw_StackTop|Move view to top of stack]]}} button.
#* Press the {{Button|[[Image:TechDraw_StackTop.svg|16px]] [[TechDraw_StackTop|Move view to top of stack]]}} button.
#* Select the {{MenuCommand|TechDraw → Stacking → [[Image:TechDraw_StackTop.svg|16px]] Move view to top of stack}} option from the menu.
#* Select the {{MenuCommand|TechDraw → Stacking → [[Image:TechDraw_StackTop.svg|16px]] Move view to top of stack}} option from the menu.
# The {{PropertyView|Stack Order}} of the Views is changed.
# The {{PropertyView|Stack Order}} property of the Views is changed.


== Scripting ==
== Scripting ==

Revision as of 09:33, 11 September 2022

Other languages:

TechDraw StackTop

Menu location
TechDraw → Stacking → Move view to top of stack
Workbenches
TechDraw
Default shortcut
None
Introduced in version
1.0
See also
TechDraw StackBottom, TechDraw StackUp, TechDraw StackDown.

Description

The TechDraw StackTop tool moves Views to the top of the stacking order. The stacking order controls the apparent depth of Views on a page.

Usage

  1. Select one or more Views on a Page or in the Tree view. For this command, and TechDraw StackBottom, the selection order is relevant.
  2. There are several ways to invoke the tool:
    • Press the Move view to top of stack button.
    • Select the TechDraw → Stacking → Move view to top of stack option from the menu.
  3. The ViewStack Order property of the Views is changed.

Scripting

See also: TechDraw API and FreeCAD Scripting Basics.

The stacking order can be changed in scripts by changing the StackOrder property of a View's ViewObject.