 | IMeshDeformationDefinitionGetControlPoint Method (Int32) |
Returns a control point with the given index.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIControlPoint GetControlPoint(
int index
)
Function GetControlPoint (
index As Integer
) As IControlPoint
Dim instance As IMeshDeformationDefinition
Dim index As Integer
Dim returnValue As IControlPoint
returnValue = instance.GetControlPoint(index)
Parameters
- index
- Type: SystemInt32
Control point index in the mesh deformation definition.
Return Value
Type:
IControlPointA reference to the control point.
Exceptions| Exception | Condition |
|---|
| COMException | When the specified index is out of bounds. |
See Also