AnimationNode — Aspose.3D FOSS Python API Reference
AnimationNode — AnimationNode class.. Inherits from: A3DObject.
Package: aspose.threed
Properties
| Property | Type | Description |
|---|---|---|
name | str | |
properties | `` | |
bind_points | List['BindPoint'] | |
sub_animations | List['AnimationNode'] |
Methods
| Method | Returns | Description |
|---|---|---|
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'] |