 | IMeshDeformationDefinitionAddControlPoint Method |
Adds and returns a control point to the definition.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIControlPoint AddControlPoint(
string name,
string position,
string offset
)
Function AddControlPoint (
name As String,
position As String,
offset As String
) As IControlPoint
Dim instance As IMeshDeformationDefinition
Dim name As String
Dim position As String
Dim offset As String
Dim returnValue As IControlPoint
returnValue = instance.AddControlPoint(name,
position, offset)
Parameters
- name
- Type: SystemString
Name of the control point. - position
- Type: SystemString
Position of the control point. - offset
- Type: SystemString
Offset of the control point.
Return Value
Type:
IControlPointA reference to the added control point.
See Also