AnimationNode — Aspose.3D FOSS Python API Reference

AnimationNode — AnimationNode class.. Inherits from: A3DObject.

Package: aspose.threed


Properties

PropertyTypeDescription
namestr
properties``
bind_pointsList['BindPoint']
sub_animationsList['AnimationNode']

Methods

MethodReturnsDescription
find_bind_point(target: 'A3DObject', name: str)'BindPoint'
get_bind_point(target: 'A3DObject', prop_name: str, create: bool)'BindPoint'
create_bind_point(obj: 'A3DObject', prop_name: str)'BindPoint'
get_keyframe_sequence(target: 'A3DObject', prop_name: str, channel_name: str, create: bool)'KeyframeSequence'
name()str
name(…) [overload 2]``
properties()``
bind_points()List['BindPoint']
sub_animations()List['AnimationNode']

See Also