Click or drag to resize

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
Syntax
void RemoveDeformation(
	IMeshDeformationDefinition definition
)

Parameters

definition
Type: EMInvent.InventSim.COMServerIMeshDeformationDefinition
The mesh deformation definition to be removed.
Exceptions
ExceptionCondition
COMExceptionWhen the specified definition is null.
See Also