KeyframeSequence

KeyframeSequence — Aspose.3D FOSS Python API Reference

KeyframeSequence — KeyframeSequence class.. Inherits from: A3DObject.

Package: aspose.threed


Properties

PropertyTypeDescription
namestr
properties``
bind_point'BindPoint'
key_framesList['KeyFrame']
post_behaviorExtrapolation
pre_behaviorExtrapolation

Methods

MethodReturnsDescription
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

See Also