Property

Overview

Property is a class in Aspose.3D FOSS for Python.

Property.get_extra returns the extra attribute identified by the given name.

This class provides 5 methods for working with Property objects in Python programs. Available methods include: __init__, get_bind_point, get_extra, get_keyframe_sequence, set_extra. All exported members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: name, value, value_type.

Properties

NameTypeAccessDescription
namestrReadGets the name.
value``ReadGets the value.
value_type``ReadGets the value type.

Methods

SignatureDescription
__init__(name: str, value)
get_extra(name: str)Returns the extra attribute identified by the given name
set_extra(name: str, value)Sets the extra value.
get_bind_point(anim: 'AnimationNode', create: bool)'BindPoint'Obtains the BindPoint for the given animation node, optionally creating it
get_keyframe_sequence(anim: 'AnimationNode', create: bool)'KeyframeSequence'Retrieves the KeyframeSequence for the animation node, optionally creating it

See Also