Click or drag to resize

IMeshDeformationDefinitionAddFixedPoint Method

Adds and returns a fixed control point to the definition.

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

Parameters

name
Type: SystemString
Name of the control point.
position
Type: SystemString
Position of the fixed control point.

Return Value

Type: IControlPoint
A reference to the added fixed control point.
See Also