 | IMeshDeformationGetDefinition Method |
Retrieves the mesh deformation definition with the specified name.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIMeshDeformationDefinition GetDefinition(
string definitionName
)
Function GetDefinition (
definitionName As String
) As IMeshDeformationDefinition
Dim instance As IMeshDeformation
Dim definitionName As String
Dim returnValue As IMeshDeformationDefinition
returnValue = instance.GetDefinition(definitionName)
Parameters
- definitionName
- Type: SystemString
The name of the definition to retrieve.
Return Value
Type:
IMeshDeformationDefinitionA reference to the mesh deformation definition with the specified name.
Exceptions| Exception | Condition |
|---|
| COMException | When the specified name is null or empty, or when a definition with the name does not exist. |
See Also