|
Menu location |
---|
TechDraw → Multi |
Workbenches |
TechDraw |
Default shortcut |
See also |
Note: this tool is deprecated and will be removed. NewView now supports multiple source objects. The Multi tool creates a view of multiple 3D parts. The parts are positioned relative to their 3D positions. Dimensions can be added between parts where applicable.
None.
Note: Multi inherits all applicable View properties.
Multis can be added to Pages using Python.
Multi = FreeCAD.ActiveDocument.addObject('TechDraw::DrawViewMulti','Multi') ...TBA