 | IMeshDeformationRemoveDeformation Method |
Removes a mesh deformation definition from the deformation.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid RemoveDeformation(
IMeshDeformationDefinition definition
)
Sub RemoveDeformation (
definition As IMeshDeformationDefinition
)
Dim instance As IMeshDeformation
Dim definition As IMeshDeformationDefinition
instance.RemoveDeformation(definition)
Parameters
- definition
- Type: EMInvent.InventSim.COMServerIMeshDeformationDefinition
The mesh deformation definition to be removed.
Exceptions| Exception | Condition |
|---|
| COMException | When the specified definition is null. |
See Also