 | IMeshDeformationIsEqual Method (IMeshDeformation) |
Compares instances of mesh deformations.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool IsEqual(
IMeshDeformation meshDeformation
)
Function IsEqual (
meshDeformation As IMeshDeformation
) As Boolean
Dim instance As IMeshDeformation
Dim meshDeformation As IMeshDeformation
Dim returnValue As Boolean
returnValue = instance.IsEqual(meshDeformation)
Parameters
- meshDeformation
- Type: EMInvent.InventSim.COMServerIMeshDeformation
Mesh deformation to compare.
Return Value
Type:
BooleanTrue if the mesh deformations are equal; otherwise, false.
Exceptions| Exception | Condition |
|---|
| COMException | When the specified definition is null. |
See Also