Click or drag to resize

IMeshDeformationDefinitionRemoveControlPoint Method

Removes the specified control point from the definition.

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

Parameters

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