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

fz_anim_animate_objt_part

Description

Makes the given object's part animated and adds it and the object to the animation node hierarchy.

Plugin Prototype

fzrt_error_td fz_anim_animate_objt_part(

fzrt_int

windex,

fz_objt_ptr

objt,

fz_anim_objt_part_enum

which_part,

fzrt_int

indx,

fz_anim_node_ptr *

anim_node )

Parameters

windex [Input]

project window index

objt [Input]

object with part to make animated

which_part [Input]

kind of part (face, segment, point, etc) to be animated

indx [Input]

index of part to be animated

anim_node [Result]

new animated entity

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_part.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h