BonePose

Overview

BonePose is a class in Aspose.3D FOSS for .NET. Inherits from: A3DObject.

The contains the transformation matrix for a bone node

This class provides 6 methods for working with BonePose objects in .NET programs. Available methods include: A3DObject, BonePose, FindProperty, GetProperty, RemoveProperty, SetProperty. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: IsLocal, Matrix, Name, Node, Properties.

Properties

NameTypeAccessDescription
NodeNodeRead/WriteGets or sets the scene node, points to a skinned skeleton node
MatrixMatrix4Read/WriteGets or sets the transform matrix of the node in current pose.
IsLocalboolRead/WriteGets or sets if the matrix is defined in local coordinate.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
BonePose()Initializes a new instance of the BonePose class
A3DObject()Initializes a new instance of the A3DObject class with no name.
RemoveProperty(property: Property)Removes a dynamic property.
GetProperty(property: string)Get the value of specified property
SetProperty(property: string, value: object?)Sets the value of specified property
FindProperty(propertyName: string)Finds the property.

See Also

 English