formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_node_get_class

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,

fz_anim_node_ptr

anim_node,

fz_anim_node_class_enum *

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

util_anim_node_info.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h