SkinDeformer
Overview
SkinDeformer is a class in Aspose.3D FOSS for .NET.
Inherits from: Deformer, INamedObject.
A skin deformer contains multiple bones to work, each bone blends a part of the geometry by control point’s weights.
This class provides 7 methods for working with SkinDeformer objects in .NET programs.
Available methods include: A3DObject, Deformer, FindProperty, GetProperty, RemoveProperty, SetProperty, SkinDeformer.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Bones, Name, Owner, Properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Bones | IList<Bone> | Read | Gets the bones. |
Owner | Geometry | Read | Gets the owner. |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
SkinDeformer(name: string) | |
SkinDeformer() | |
Deformer(name: string) | |
A3DObject() | |
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. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |