 | IMeshDeformationDefinitionAddFixedPointFast Method |
Adds a fixed 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 AddFixedPointFast(
string name,
string position
)
Sub AddFixedPointFast (
name As String,
position As String
)
Dim instance As IMeshDeformationDefinition
Dim name As String
Dim position As String
instance.AddFixedPointFast(name, position)
Parameters
- name
- Type: SystemString
Name of the control point. - position
- Type: SystemString
Position of the fixed control point.
Remarks
When using this method mesh deformation parameter name is not validated.
See Also