SkinDeformer

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 8 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

NameTypeAccessDescription
BonesIList<Bone>ReadGets all bones that the skin deformer contains
OwnerGeometryReadGets the geometry which owns this deformer
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
SkinDeformer(name: string)Initializes a new instance of the class.
SkinDeformer()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.

See Also

 English