 | IMeshOperationsAddMeshRefinement2 Method |
Adds a mesh refinements to the specified SimObjects.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIMeshRefinement AddMeshRefinement2(
string name,
ISimObjectCollection simObjects,
string maxLength,
SolidRelation relation
)
Function AddMeshRefinement2 (
name As String,
simObjects As ISimObjectCollection,
maxLength As String,
relation As SolidRelation
) As IMeshRefinement
Dim instance As IMeshOperations
Dim name As String
Dim simObjects As ISimObjectCollection
Dim maxLength As String
Dim relation As SolidRelation
Dim returnValue As IMeshRefinement
returnValue = instance.AddMeshRefinement2(name,
simObjects, maxLength, relation)
Parameters
- name
- Type: SystemString
The name of the mesh refinements. - simObjects
- Type: EMInvent.InventSim.COMServerISimObjectCollection
SimObjects to which the mesh refinements will be assigned. - maxLength
- Type: SystemString
Maximum length of mesh triangle edge on the specified SimObjects. - relation
- Type: EMInvent.InventSim.SimulatorSolidRelation
Return Value
Type:
IMeshRefinementReference to the newly created mesh refinements
See Also