|
Menu location |
---|
TechDraw → TechDraw Views → Share View |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
0.20 |
See also |
None |
The TechDraw ShareView tool makes a View and all its dependents (Balloons, Dimensions, etc) visible on a second Page.
There is only one View object after the share operation. Any changes made to the View will be reflected in both Pages. If the View is deleted from one Page it will also be deleted from the other.
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The ShareView tool can be used in macros and from the Python console by using the following functions:
import TechDrawTools
#MoveView with a True parameter in the last position performs a copy
TechDrawTools.MoveView(viewName, fromPageName, toPageName, True)