IMeshDeformation Interface |
Namespace: EMInvent.InventSim.COMServer
The IMeshDeformation type exposes the following members.
| Name | Description | |
|---|---|---|
| DefinitionCount |
Returns the number of mesh deformation definitions in the deformation.
| |
| Name |
Gets or sets the name of the mesh operation.
|
| Name | Description | |
|---|---|---|
| AddDefinition |
Adds a mesh deformation definition to a deformation.
| |
| GetDefinition |
Retrieves the mesh deformation definition with the specified name.
| |
| GetDefinitionByIndex |
Returns a mesh deformation definition with the given index. If no definition is found, ArgumentException
is thrown.
| |
| GetProperty |
Returns object property with a specified name. If property is not found,
ArgumentException is thrown.
| |
| IsEqual(IMeshDeformation) |
Compares instances of mesh deformations.
| |
| IsEqual(IMeshOperation) |
Compares instances of mesh operations.
| |
| RemoveDeformation |
Removes a mesh deformation definition from the deformation.
|