Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBaseCameraMotion::step Method
Syntax
C++
virtual bool step(const OdUInt64& frame);

Moves the animation to a specified frame.

Parameters
Description
frame
[in] A frame index to move the animation to.

Returns true if the animation should be moved to the specified frame; otherwise returns false.

This method is mandatory for a re-implementation when defining a custom class inherited from the OdBaseCameraMotion class. To advance the animation, this method must return true. Default implementation returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.