Click or drag to resize

IMeshDeformationDefinitionGetControlPoint Method (String)

Returns a control point with the given index.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IControlPoint GetControlPoint(
	string name
)

Parameters

name
Type: SystemString
The name of control point.

Return Value

Type: IControlPoint
A reference to the control point.
Exceptions
ExceptionCondition
COMExceptionWhen no control point is found with the give name.
See Also