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