TechDraw StackTop: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(26 intermediate revisions by 4 users not shown)
Line 4: Line 4:
<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[TechDraw_ProjectShape|ProjectShape]]
|[[TechDraw_RedrawPage|RedrawPage]]
|[[TechDraw_StackBottom|StackBottom]]
|[[TechDraw_View|View]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_RedrawPage.svg
|IconL=TechDraw_ProjectShape.svg
|IconR=TechDraw_View.svg
|IconR=TechDraw_StackBottom.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}
Line 14: Line 14:
<!--T:2-->
<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=TechDraw Stack
|Name=TechDraw StackTop
|MenuLocation=TechDraw → StackXXX
|MenuLocation=TechDraw → Stacking → Move view to top of stack
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Workbenches=[[TechDraw_Workbench|TechDraw]]
|Shortcut=
|Version=0.21
|Version=0.21
|SeeAlso=[[TechDraw_StackBottom|TechDraw StackBottom]], [[TechDraw_StackUp|TechDraw StackUp]], [[TechDraw_StackDown|TechDraw StackDown]].
|SeeAlso=
}}
}}


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


<!--T:4-->
<!--T:4-->
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.
The [[Image:TechDraw_StackUp.svg|24px]] [[Image:TechDraw_StackDown.svg|24px]] [[Image:TechDraw_StackTop.svg|24px]] [[Image:TechDraw_StackBottom.svg|24px]]'''TechDraw Stack''' tools change the apparent depth of views.


==Usage== <!--T:5-->
== Usage == <!--T:5-->


<!--T:6-->
<!--T:6-->
# Select one or more Views on a [[TechDraw PageDefault|Page]] or in the [[Tree_view|Tree view]]. For this tool, and [[TechDraw_StackBottom|TechDraw StackBottom]], the selection order is relevant.
* Select a view in the page or tree.
# There are several ways to invoke the tool:
* Press the one of the stacking buttons, such as{{Button|[[Image:TechDraw_StackTop.svg|16px]] [[TechDraw_Stacking|Stacking]]}}.
* Select one of the {{MenuCommand|TechDraw → [[Image:TechDraw_StackTop.svg|16px]] Stack Top}} stacking options from the menu.
#* 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.
# The {{PropertyView|Stack Order}} property of the Views is changed.


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

* {{PropertyView|StackOrder}}: Over or under lap relative to other views.

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


<!--T:8-->
<!--T:8-->
{{Emphasis|See also:}} [[TechDraw_API|TechDraw API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
See also: [https://freecad.github.io/SourceDoc/ Autogenerated API documentation] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

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


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




<!--T:12-->
<!--T:10-->
{{Docnav
{{Docnav
|[[TechDraw_ProjectShape|ProjectShape]]
|[[TechDraw_RedrawPage|RedrawPage]]
|[[TechDraw_StackBottom|StackBottom]]
|[[TechDraw_View|View]]
|[[TechDraw_Workbench|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_RedrawPage.svg
|IconL=TechDraw_ProjectShape.svg
|IconR=TechDraw_View.svg
|IconR=TechDraw_StackBottom.svg
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
}}
}}

Latest revision as of 07:32, 29 May 2023

Other languages:

TechDraw StackTop

Menu location
TechDraw → Stacking → Move view to top of stack
Workbenches
TechDraw
Default shortcut
None
Introduced in version
0.21
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 tool, 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: Autogenerated API documentation and FreeCAD Scripting Basics.

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