KeyframeSequence
Overview
KeyframeSequence Python için Aspose.3D FOSS sınıfıdır. Mirasçılardan gelenler: A3DObject.
KeyframeSequence.reset resets the sequence to its initial empty state.
Bu sınıf Python programlarında KeyframeSequence nesnelerle çalışmak için 7 yöntem sunar. Mevcut yöntemler şunları içerir: __init__, add, find_property, get_property, remove_property, reset, set_property. Tüm kamu üyeleri, Python paket için Aspose.3D FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir. Mülkiyet : bind_point, key_frames, name, post_behavior, pre_behavior, properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Okumak / Yazmak | İsimleri alır ya da koyar. |
properties | `` | Read | Mülklerini alır. |
bind_point | 'BindPoint' | Read | Bağ noktası alınır. |
key_frames | List['KeyFrame'] | Read | Anahtar çerçeveleri bulmak. |
post_behavior | Extrapolation | Read | Post davranışını alıyorum. |
pre_behavior | Extrapolation | Read | Önceki İçerikHayal Etmek. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
reset() | Süreli boşluğa geri döner. |
add(time: float, value: float, interpolation: Interpolation) | Belirlenen zamanlarda belirli bir değer ve interpolasyon moduna sahip bir anahtar çerçeve ekleyin. |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | Mülkiyet değerini belirler. |
remove_property(property) |