py3dframe.FrameTransform.get_active_output_frame#

FrameTransform.get_active_output_frame()[source]#

Get a copy of the active output frame of the transformation.

If the dynamic attribute is set to True, the active output frame is the current output frame.

If the dynamic attribute is set to False, the active output frame is the output frame at the time of the creation of the transformation or at the time of the change of the dynamic attribute to False.

Note

A copy of the active output frame is returned to avoid modification of the active output frame when the user modifies the returned frame.

See also

  • output_frame for the output frame of the transformation.

  • dynamic for the dynamic attribute of the transformation.

Returns:

The active output frame of the transformation.

Return type:

Frame