Close

Relief for ODA Team in Ukraine

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

Moves the node animation to a specified frame.

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

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

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

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