Functions | |
| def | make_clone (obj, delta=None, forcedraft=False) |
Variables | |
| clone = make_clone | |
Function Documentation
◆ make_clone()
| def draftmake.make_clone.make_clone | ( | obj, | |
delta = None, |
|||
forcedraft = False |
|||
| ) |
clone(obj,[delta,forcedraft])
Makes a clone of the given object(s).
The clone is an exact, linked copy of the given object. If the original
object changes, the final object changes too.
Parameters
----------
obj :
delta : Base.Vector
Delta Vector to move the clone from the original position.
forcedraft : bool
If forcedraft is True, the resulting object is a Draft clone
even if the input object is an Arch object.
Variable Documentation
◆ clone
| draftmake.make_clone.clone = make_clone |
1.8.17