Click or drag to resize

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
Syntax
IMeshDeformationDefinition GetDefinition(
	string definitionName
)

Parameters

definitionName
Type: SystemString
The name of the definition to retrieve.

Return Value

Type: IMeshDeformationDefinition
A reference to the mesh deformation definition with the specified name.
Exceptions
ExceptionCondition
COMExceptionWhen the specified name is null or empty, or when a definition with the name does not exist.
See Also