py3dframe.Frame.deepcopy# Frame.deepcopy()[source]# Return a deep copy of the Frame object. Deep copy of the parent frame. Note The parent frame is also copied recursively. See also method copy() to create a shallow copy of the Frame object (the parent frame is shared). Returns: A deep copy of the Frame object. Return type: Frame