Click or drag to resize

IMeshDeformationDefinitionRemoveFixedPoint Method

Removes the specified fixed control point from the definition.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void RemoveFixedPoint(
	IControlPoint controlPoint
)

Parameters

controlPoint
Type: EMInvent.InventSim.COMServerIControlPoint
The fixed control point to be removed.
See Also