 | 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
Syntaxvoid RemoveFixedPoint(
IControlPoint controlPoint
)
Sub RemoveFixedPoint (
controlPoint As IControlPoint
)
Dim instance As IMeshDeformationDefinition
Dim controlPoint As IControlPoint
instance.RemoveFixedPoint(controlPoint)
Parameters
- controlPoint
- Type: EMInvent.InventSim.COMServerIControlPoint
The fixed control point to be removed.
See Also