TechDraw StackTop: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
{{Docnav
{{Docnav
|[[TechDraw_ProjectShape|ProjectShape]]
|[[TechDraw_ProjectShape|ProjectShape]]
Line 11: Line 12:
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=TechDraw StackTop
|Name=TechDraw StackTop
Line 20: Line 22:
}}
}}


== Description ==
== Description == <!--T:3-->


<!--T:4-->
The [[Image:TechDraw_StackTop.svg|24px]] '''TechDraw StackTop''' tool moves Views to the top of the stacking order. The stacking order controls the apparent depth of Views on a page.
The [[Image:TechDraw_StackTop.svg|24px]] '''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 ==
== Usage == <!--T:5-->


<!--T:6-->
# Select one or more Views on a [[TechDraw PageDefault|Page]] or in the [[Tree_view|Tree view]]. For this command, and [[TechDraw_StackBottom|TechDraw StackBottom]], the selection order is relevant.
# Select one or more Views on a [[TechDraw PageDefault|Page]] or in the [[Tree_view|Tree view]]. For this command, and [[TechDraw_StackBottom|TechDraw StackBottom]], the selection order is relevant.
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
Line 32: Line 36:
# The {{PropertyView|Stack Order}} property of the Views is changed.
# The {{PropertyView|Stack Order}} property of the Views is changed.


== Scripting ==
== Scripting == <!--T:7-->


<!--T:8-->
{{Emphasis|See also:}} [[TechDraw_API|TechDraw API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[TechDraw_API|TechDraw API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


<!--T:9-->
The stacking order can be changed in scripts by changing the {{Incode|StackOrder}} property of a View's {{Incode|ViewObject}}.
The stacking order can be changed in scripts by changing the {{Incode|StackOrder}} property of a View's {{Incode|ViewObject}}.




<!--T:10-->
{{Docnav
{{Docnav
|[[TechDraw_ProjectShape|ProjectShape]]
|[[TechDraw_ProjectShape|ProjectShape]]

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.