Pose Class
The pose is used to store transformation matrix when the geometry is skinned. The pose is a set of BonePose, each BonePose saves the concrete transformation information of the bone node.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDA3DObject
    Aspose.ThreeDPose

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Pose : A3DObject

The Pose type exposes the following members.

Constructors
  NameDescription
Public methodPose
Initializes a new instance of the Pose class.
Public methodPose(String)
Initializes a new instance of the Pose class.
Properties
  NameDescription
Public propertyBonePoses
Gets all BonePose.
Public propertyName
Gets or sets the name.
(Inherited from A3DObject.)
Public propertyPoseType
Gets or sets the type of the pose.
Public propertyProperties
Gets the collection of all properties.
(Inherited from A3DObject.)
Methods
  NameDescription
Public methodAddBonePose(Node, Matrix4)
Saves pose transformation matrix for the given bone node. Global transformation matrix is implied.
Public methodAddBonePose(Node, Matrix4, Boolean)
Saves pose transformation matrix for the given bone node.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindProperty
Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)
(Inherited from A3DObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty
Get the value of specified property
(Inherited from A3DObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveProperty(String)
Remove the specified property identified by name
(Inherited from A3DObject.)
Public methodRemoveProperty(Property)
Removes a dynamic property.
(Inherited from A3DObject.)
Public methodSetProperty
Sets the value of specified property
(Inherited from A3DObject.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldname
The name of the current object.
(Inherited from A3DObject.)
Protected fieldproperties
The properties of the current object.
(Inherited from A3DObject.)
See Also