Click or drag to resize

IMeshDeformationDefinitionGetFixedPoint Method (Int32)

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

Parameters

index
Type: SystemInt32
Fixed control point index in the mesh deformation definition.

Return Value

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