BindPoint — Aspose.3D FOSS Python API Reference
BindPoint — BindPoint class.. Inherits from: A3DObject.
Package: aspose.threed
Properties
| Property | Type | Description |
|---|---|---|
name | str | |
properties | `` |
Methods
| Method | Returns | Description |
|---|---|---|
add_channel(name: str, value: Any, type) | bool | |
get_keyframe_sequence(channel_name: str) | 'KeyframeSequence' | |
create_keyframe_sequence(name: str) | 'KeyframeSequence' | |
bind_keyframe_sequence(channel_name: str, sequence: 'KeyframeSequence') | `` | |
get_channel(channel_name: str) | 'AnimationChannel' | |
reset_channels() | `` | |
name() | str | |
name(…) [overload 2] | `` | |
properties() | `` | |
property() | 'Property' | |
channels_count() | int |