Click or drag to resize

IMeshDeformationDefinitionGetFixedPoint Method (String)

Returns a fixed control point with the given index.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IControlPoint GetFixedPoint(
	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