Property

Overview

Property is a class in Aspose.3d for Python.

Property.get_extra retrieves an extra attribute by its name.

Properties

NameTypeAccessDescription
namestrReadStores the property’s identifier string
value``ReadHolds the property’s current value
value_type``ReadIndicates the data type of the property’s value

Methods

SignatureDescription
__init__(name: str, value)
get_extra(name: str)Retrieves an extra attribute by its name
set_extra(name: str, value)Assigns a value to an extra attribute identified by name
get_bind_point(anim: 'AnimationNode', create: bool)'BindPoint'Returns the bind point for the given animation node, optionally creating it
get_keyframe_sequence(anim: 'AnimationNode', create: bool)'KeyframeSequence'Obtains the keyframe sequence for the animation node, optionally creating it