 | IMeshDeformationDefinitionGetControlPoint Method (String) |
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(
string name
)
Function GetControlPoint (
name As String
) As IControlPoint
Dim instance As IMeshDeformationDefinition
Dim name As String
Dim returnValue As IControlPoint
returnValue = instance.GetControlPoint(name)
Parameters
- name
- Type: SystemString
The name of control point.
Return Value
Type:
IControlPointA reference to the control point.
Exceptions| Exception | Condition |
|---|
| COMException | When no control point is found with the give name. |
See Also