py3dframe.FrameTransform.get_active_input_frame#

FrameTransform.get_active_input_frame()[source]#

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

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

If the dynamic attribute is set to False, the active input frame is the input 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 input frame is returned to avoid modification of the active input frame when the user modifies the returned frame.

See also

  • input_frame for the input frame of the transformation.

  • dynamic for the dynamic attribute of the transformation.

Returns:

The active input frame of the transformation.

Return type:

Frame