Click or drag to resize

IMeshDeformationIsEqual Method (IMeshDeformation)

Compares instances of mesh deformations.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
bool IsEqual(
	IMeshDeformation meshDeformation
)

Parameters

meshDeformation
Type: EMInvent.InventSim.COMServerIMeshDeformation
Mesh deformation to compare.

Return Value

Type: Boolean
True if the mesh deformations are equal; otherwise, false.
Exceptions
ExceptionCondition
COMExceptionWhen the specified definition is null.
See Also