MorphTargetDeformer
Overview
MorphTargetDeformer is a class in Aspose.3D FOSS for .NET.
Inherits from: Deformer, INamedObject.
MorphTargetDeformer provides per-vertex animation.
This class provides 8 methods for working with MorphTargetDeformer objects in .NET programs.
Available methods include: A3DObject, Deformer, FindProperty, GetProperty, MorphTargetDeformer, RemoveProperty, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Channels, Name, Owner, Properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Channels | IList<MorphTargetChannel> | Read | Gets all channels contained in this deformer |
Owner | Geometry | Read | Gets the geometry which owns this deformer |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the collection of all properties. |
Methods
| Signature | Description |
|---|---|
MorphTargetDeformer(name: string) | Initializes a new instance of the class. |
MorphTargetDeformer() | Initializes a new instance of the class. |
Deformer(name: string) | Initializes a new instance of the 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. |