Bone Class |
Namespace: Aspose.ThreeD.Deformers
The Bone type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bone |
Initializes a new instance of the Bone class.
|
![]() | Bone(String) |
Initializes a new instance of the Bone class.
|
Name | Description | |
---|---|---|
![]() | BoneTransform |
Gets or sets the transform matrix of the bone.
|
![]() | Item |
Gets or sets the blend weight of specified control point
|
![]() | Name |
Gets or sets the name.
(Inherited from A3DObject.) |
![]() | Node |
Gets or sets the node. The bone node is the bone which skin attached to, the SkinDeformer will use bone node to influence the displacement of the control points.
Bone node usually has a Skeleton attached, but it's not required.
Attached Skeleton is usually used by DCC software to show skeleton to user.
|
![]() | Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) |
![]() | Transform |
Gets or sets the transform matrix of the node containing the bone.
|
![]() | WeightCount |
Gets the count of weight, this is automatically extended by SetWeight(Int32, Double) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
(Inherited from A3DObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Get the value of specified property
(Inherited from A3DObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetWeight |
Gets the weight for control point specified by index
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty(String) |
Remove the specified property identified by name
(Inherited from A3DObject.) |
![]() | RemoveProperty(Property) |
Removes a dynamic property.
(Inherited from A3DObject.) |
![]() | SetProperty |
Sets the value of specified property
(Inherited from A3DObject.) |
![]() | SetWeight |
Sets the weight for control point specified by index
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | name |
The name of the current object.
(Inherited from A3DObject.) |
![]() | properties |
The properties of the current object.
(Inherited from A3DObject.) |