Click or drag to resize

IMeshDeformationGetDefinitionByIndex Method

Returns a mesh deformation definition with the given index. If no definition is found, ArgumentException is thrown.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IMeshDeformationDefinition GetDefinitionByIndex(
	int index
)

Parameters

index
Type: SystemInt32
Mesh deformation definition index in the deformation.

Return Value

Type: IMeshDeformationDefinition
A reference to the mesh deformation definition.
Exceptions
ExceptionCondition
COMExceptionWhen the specified index is out of bounds.
See Also