formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Returns the class of an animation node. There are three class levels.
The entity class consists of formZ entities that can be animated. The track
class represents parameters that can change with respect to time. The controller
class controls how those parameters change with respect to time.
Sometimes it is only necessary to distinguish nodes by their class. If you
need to be able to distinguish two track nodes from each other, you may need
to use the fz_anim_node_get_uuid function.
Plugin Prototype
fzrt_error_td fz_anim_node_get_class(
fzrt_int | windex, |
anim_node, | |
node_class ) |
Parameters
windex [Input]
project window index
anim_node [Input]
animation node
node_class [Result]
animation node class
Returns
Error codes
Availability
6.1.0.0
Example Files
Function Set
Defined in