BonePose
Overview
BonePose is a class in Aspose.3D FOSS for Python.
Inherits from: A3DObject.
This class declares 6 methods for BonePose objects in Python programs.
Available methods include: __init__, find_property, get_property, remove_property, set_property.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: is_local, matrix, name, node, properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
node | Node | Read/Write | Gets or sets the node. |
matrix | Matrix4 | Read/Write | Gets or sets the matrix. |
is_local | bool | Read/Write | Gets or sets the is local. |
name | str | Read/Write | Gets or sets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this BonePose instance. |
__init__(name: str) | Calls init(name) on this BonePose instance. |
find_property(property_name: str) | Calls find_property(property_name) on this BonePose instance. |
get_property(property: str) | Calls get_property(property) on this BonePose instance. |
set_property(property: str, value) | Sets the property value. |
remove_property(property) | Calls remove_property(property) on this BonePose instance. |