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