py3dframe.Frame.get_global_frame#
- Frame.get_global_frame() Frame [source]#
Get the Frame object between the global frame and the frame.
Note
The parent attribute of the global frame is None. The convention of the returned frame is set equal to the convention of the frame.
Warning
The Frame object is a new object. Any change in the returned object will not affect the original object. Furthermore, any change in the original object will not affect the returned object. It describes the frame at the state of the call.
- Returns:
The global frame of the frame.
- Return type: