- GuiCommand: Name:TechDraw MoveView MenuLocation:TechDraw → Move View Workbenches:TechDraw Version:0.20 SeeAlso:TechDraw ShareView
The TechDraw MoveView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.
- Optionally select a View, a from Page and a to Page. The pages must be selected in that order.
- There are several ways to invoke the tool:
- Press the Move View button.
- Select the TechDraw → Move View option from the menu.
- A dialog will open to allow you to select a View, from Page and to Page.
- Press the OK button.
See also:
TechDraw API and FreeCAD Scripting Basics.
The MoveView tool can be used in macros and from the Python console by using the following functions:
import TechDrawTools
TechDrawTools.MoveView(viewName, fromPageName, toPageName)
{{TechDraw Tools navi}}
documentation index > TechDraw > TechDraw MoveView