KeyframeSequence

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

NameTypeAccessDescription
namestrOkumak / Yazmakİsimleri alır ya da koyar.
properties``ReadMülklerini alır.
bind_point'BindPoint'ReadBağ noktası alınır.
key_framesList['KeyFrame']ReadAnahtar çerçeveleri bulmak.
post_behaviorExtrapolationReadPost davranışını alıyorum.
pre_behaviorExtrapolationReadÖnceki İçerikHayal Etmek.

Methods

SignatureDescription
__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)

See Also

 Türkçe