| MorphTargetChannel Class |
Namespace: Aspose.ThreeD.Deformers
The MorphTargetChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| MorphTargetChannel |
Initializes a new instance of the MorphTargetChannel class.
| |
| MorphTargetChannel(String) |
Initializes a new instance of the MorphTargetChannel class.
|
| Name | Description | |
|---|---|---|
| ChannelWeight |
Gets or sets the deformer weight of this channel.
The weight is between 0.0 and 1.0
| |
| Item |
Gets or sets the weight for specified geometry
| |
| Name |
Gets or sets the name.
(Inherited from A3DObject.) | |
| Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) | |
| Targets |
Gets all targets associated with the channel.
| |
| Weights |
Gets the full weight values of target geometries.
|
| 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 the specified target, if the target is not belongs to this channel, default value 0 is returned.
| |
| 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 the specified target, default value is 1, range should between 0~1
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultWeight |
Default weight for morph target.
| |
| name |
The name of the current object.
(Inherited from A3DObject.) | |
| properties |
The properties of the current object.
(Inherited from A3DObject.) |