Click or drag to resize

IMeshDeformation Interface

An interface providing access to a mesh deformation.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IMeshDeformation

The IMeshDeformation type exposes the following members.

Properties
  NameDescription
Public propertyDefinitionCount
Returns the number of mesh deformation definitions in the deformation.
Public propertyName
Gets or sets the name of the mesh operation.
Top
Methods
  NameDescription
Public methodAddDefinition
Adds a mesh deformation definition to a deformation.
Public methodGetDefinition
Retrieves the mesh deformation definition with the specified name.
Public methodGetDefinitionByIndex
Returns a mesh deformation definition with the given index. If no definition is found, ArgumentException is thrown.
Public methodGetProperty
Returns object property with a specified name. If property is not found, ArgumentException is thrown.
Public methodIsEqual(IMeshDeformation)
Compares instances of mesh deformations.
Public methodIsEqual(IMeshOperation)
Compares instances of mesh operations.
Public methodRemoveDeformation
Removes a mesh deformation definition from the deformation.
Top
See Also