Sets an object that handles the camera motion when the animation is played.
Parameters
Parameters
Description
start_frame
[in] A start frame. Determines when the camera motion starts.
end_frame
[in] An end frame. Determines when the camera motion stops.
motion
[in] A smart pointer to a camera motion object.
Remarks
The motion object should be an instance of a class inherited from the OdBaseCameraMotion class. Note that for any animation, only one object of the OdBaseCameraMotion class can be set.