AnimationNode
Vue de l’ensemble
‘AnimationNode’ est une classe dans Aspose.3D FOSS pour Python. hérite de: ’ A3DObject’.
AnimationNode.find_bind_point retourne le BindPoint correspondant à l’objet cible et au nom donné.
Cette classe fournit 9 méthodes pour travailler avec des objets AnimationNode dans les programmes Python. Les méthodologies disponibles comprennent: __init__, create_bind_point , ‘find_bind_ point ; ' find_property; ‘get_band_Point : ' get_keyframe_sequence: ‘get_power’ : ‘remove_prentry. Tous les membres publics sont accessibles à toute application Pythone après l’installation de l'Aspose.3D FOSS pour le package Pyathon. Propriétés : bind-points` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read/Write | Gets or sets the name. |
properties | `` | Read | Gets the properties. |
bind_points | List['BindPoint'] | Read | Gets the bind points. |
sub_animations | List['AnimationNode'] | Read | Gets the sub animations. |
méthodes
| Signature | Description |
|---|---|
__init__(name: str) | |
find_bind_point(target: 'A3DObject', name: str) → 'BindPoint' | Returns the BindPoint matching the given target object and name |
get_bind_point(target: 'A3DObject', prop_name: str, create: bool) → 'BindPoint' | Retrieves or optionally creates a BindPoint for the target object’s property |
create_bind_point(obj: 'A3DObject', prop_name: str) → 'BindPoint' | Creates a new BindPoint for the specified object and property name |
get_keyframe_sequence(target: 'A3DObject', prop_name: str, channel_name: str, create: bool) → 'KeyframeSequence' | Obtains or creates a KeyframeSequence for the target object’s property channel |
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