Click or drag to resize

IMeshDeformationDefinitionAddFixedPointFast Method

Adds a fixed control point to the definition. This method can only be used between BeginUpdate and EndUpdate calls.

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

Parameters

name
Type: SystemString
Name of the control point.
position
Type: SystemString
Position of the fixed control point.
Remarks
When using this method mesh deformation parameter name is not validated.
See Also