TechDraw StackTop: Difference between revisions

From FreeCAD Documentation
Line 25: Line 25:
== Usage ==
== Usage ==


# Select one or more Views on a [[TechDraw PageDefault|Page]] or in the [[Tree_view|Tree view]]. The selection order is relevant.
# Select one or more Views on a [[TechDraw PageDefault|Page]] or in the [[Tree_view|Tree view]]. The selection order is relevant (for move to top and bottom).
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
#* 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.

Revision as of 19:15, 10 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
None

Description

The TechDraw StackTop tool moves a View 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. The selection order is relevant (for move to top and bottom).
  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 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.