KeyframeSequence
Vue de l’ensemble
‘KeyframeSequence’ est une classe dans Aspose.3D FOSS pour Python.
KeyframeSequence.reset réinstalle la séquentiel à son état vide initial.
Cette classe fournit 7 méthodes pour travailler avec des objets KeyframeSequence dans les programmes Python. Les méthodologies disponibles comprennent: __init__, add , ‘find_property’, get_power' , remove_prower،resetetset_performance. Tous les membres publics sont accessibles à n'importe quelle application Pythone après l'installation de l’Aspose.3D FOSS pour le package Pyathon. Propriétés : bind_point;key_frames; name : post_behavior .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read/Write | Gets or sets the name. |
properties | `` | Read | Gets the properties. |
bind_point | 'BindPoint' | Read | Gets the bind point. |
key_frames | List['KeyFrame'] | Read | Gets the key frames. |
post_behavior | Extrapolation | Read | Gets the post behavior. |
pre_behavior | Extrapolation | Read | Gets the pre behavior. |
méthodes
| Signature | Description |
|---|---|
__init__(name: str) | |
reset() | Resets the sequence to its initial empty state |
add(time: float, value: float, interpolation: Interpolation) | Adds a keyframe at the given time with the specified value and interpolation mode |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | Sets the property value. |
remove_property(property) |
Voir aussi
- Aspose.3D - référence API d’entreprise