Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.42 KB

TechDraw_StackTop.md

File metadata and controls

39 lines (24 loc) · 1.42 KB

  • GuiCommand: Name: TechDraw StackTop MenuLocation: TechDraw -> Stacking -> Move view to top of stack Workbenches: TechDraw_Workbench Shortcut: Version: 0.21 SeeAlso: TechDraw_StackBottom, TechDraw_StackUp, TechDraw_StackDown.

TechDraw StackTop

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 Stack 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 {{Incode|StackOrder}} property of a View's {{Incode|ViewObject}}.

{{TechDraw Tools navi}}


documentation index > TechDraw > TechDraw StackTop