py3dframe.Frame.copy#
- Frame.copy()[source]#
Return a copy of the Frame object. Same parent frame (shallow copy).
Note
Only the frame itself is copied. The parent frame is not copied and is shared between the original and the copy.
See also
method
deepcopy()to create a deep copy of the Frame object (including the parent frame).
- Returns:
A copy of the Frame object.
- Return type: