 | IMeshDeformationDefinitionAddControlPointFast Method |
Adds a control point to the definition.
This method can only be used between
BeginUpdate and
EndUpdate calls.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid AddControlPointFast(
string name,
string position,
string offset
)
Sub AddControlPointFast (
name As String,
position As String,
offset As String
)
Dim instance As IMeshDeformationDefinition
Dim name As String
Dim position As String
Dim offset As String
instance.AddControlPointFast(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.
Remarks
When using this method mesh deformation parameter name is not validated.
See Also