KeyframeSequence — Aspose.3D FOSS Python API Reference
KeyframeSequence — KeyframeSequence class.. Inherits from: A3DObject.
Package: aspose.threed
Properties
| Property | Type | Description |
|---|---|---|
name | str | |
properties | `` | |
bind_point | 'BindPoint' | |
key_frames | List['KeyFrame'] | |
post_behavior | Extrapolation | |
pre_behavior | Extrapolation |
Methods
| Method | Returns | Description |
|---|---|---|
reset() | `` | |
add(time: float, value: float, interpolation: Interpolation) | `` | |
name() | str | |
name(…) [overload 2] | `` | |
properties() | `` | |
bind_point() | 'BindPoint' | |
key_frames() | List['KeyFrame'] | |
post_behavior() | Extrapolation | |
pre_behavior() | Extrapolation |