Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAnimation::getCameraMotion Method
Syntax
C++
void getCameraMotion(OdUInt64& start_frame, OdUInt64& end_frame, OdBaseCameraMotionPtr& motion) const;

Returns the current camera motion handler associated with the animation. The method fills passed values with the start frame index, end frame index and with a smart pointer to the camera motion object, then returns them to a calling subroutine.

Parameters
Description
start_frame
[out] A placeholder for the camera motion start frame.
end_frame
[out] A placeholder for the camera motion end frame.
motion
[out] A placeholder for the smart pointer to the camera motion object.
Copyright © 2002-2022. Open Design Alliance All rights reserved.