|
Menu location |
---|
Draft → Clone |
Workbenches |
Draft, Arch |
Default shortcut |
None |
See also |
Draft Scale |
This tool produces a clone (a copy that is parametrically bound to the original object) of a selected object. If the original object changes, the clone changes too, but keeps its position, rotation and scale.
The Clone tool can by used in macros and from the python console by using the following function:
clone (obj,[delta])
Example:
import Draft Draft.clone(FreeCAD.ActiveDocument.ActiveObject)