draftmake.make_copy Namespace Reference
Functions | |
| def | make_copy (obj, force=None, reparent=False) |
Function Documentation
◆ make_copy()
| def draftmake.make_copy.make_copy | ( | obj, | |
force = None, |
|||
reparent = False |
|||
| ) |
makeCopy(object, [force], [reparent])
Make an exact copy of an object and return it.
Parameters
----------
obj :
Object to copy.
force :
TODO: Describe.
reparent :
TODO: Describe.
1.8.17