|
|
| Menu location |
|---|
| TechDraw → TechDraw Views → Move View |
| Workbenches |
| TechDraw |
| Default shortcut |
| None |
| Introduced in version |
| 0.20 |
| See also |
| TechDraw ShareView |
The TechDraw MoveView tool moves a View and all its dependents (Balloons, Dimensions, etc) to a different Page.
See also: Autogenerated API documentation 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)