AnimationNode
סקירה כללית
AnimationNode הוא שיעור ב Aspose.3D FOSS עבור Python. מורשת מ : A3DObject.
AnimationNode.find_bind_point returns the BindPoint matching the given target object and name.
שיעור זה מספק 9 שיטות לעבוד עם אובייקטים AnimationNode בתוכניות Python. שיטות זמינות כוללות: __init__, create_bind_point, find_bind_point, find_property, get_bind_point, get_keyframe_sequence, get_property, remove_property, set_property. כל החברים הציבוריים זמינים לכל יישום Python לאחר התקנת Aspose.3D FOSS עבור חבילת Python. רכוש : bind_points, name, properties, sub_animations.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
name | str | קרא / כתיבה | מקבל או קובע את השם. |
properties | `` | קראו | מקבל את הנכסים. |
bind_points | List['BindPoint'] | קראו | מקבל את נקודות הקשר. |
sub_animations | List['AnimationNode'] | קראו | קבל את התכונות של תת-אנימציה. |
שיטות
| חתימה | תיאור |
|---|---|
__init__(name: str) | |
find_bind_point(target: 'A3DObject', name: str) → 'BindPoint' | החזיר את BindPoint המתאים לאובייקט היעד והשם שניתן |
get_bind_point(target: 'A3DObject', prop_name: str, create: bool) → 'BindPoint' | מחזיר או יוצר באופן אופציונלי BindPoint עבור הנכס של האובייקט היעד |
create_bind_point(obj: 'A3DObject', prop_name: str) → 'BindPoint' | יצירת שם חדש BindPoint עבור האובייקט והמשפחה שנקבעו |
get_keyframe_sequence(target: 'A3DObject', prop_name: str, channel_name: str, create: bool) → 'KeyframeSequence' | מקבל או יוצר ערוץ משאבי אובייקט עבור KeyframeSequence |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | להגדיר את הערך של הנכס. |
remove_property(property) |