Click or drag to resize

IMeshDeformationDefinitionGetControlPoint Method (Int32)

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(
	int index
)

Parameters

index
Type: SystemInt32
Control point index in the mesh deformation definition.

Return Value

Type: IControlPoint
A reference to the control point.
Exceptions
ExceptionCondition
COMExceptionWhen the specified index is out of bounds.
See Also