 | 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
SyntaxIMeshDeformationDefinition GetDefinitionByIndex(
int index
)
Function GetDefinitionByIndex (
index As Integer
) As IMeshDeformationDefinition
Dim instance As IMeshDeformation
Dim index As Integer
Dim returnValue As IMeshDeformationDefinition
returnValue = instance.GetDefinitionByIndex(index)
Parameters
- index
- Type: SystemInt32
Mesh deformation definition index in the deformation.
Return Value
Type:
IMeshDeformationDefinitionA reference to the mesh deformation definition.
Exceptions| Exception | Condition |
|---|
| COMException | When the specified index is out of bounds. |
See Also