 | IMeshOperationsAddMeshRefinement 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 AddMeshRefinement(
string name,
ISimObject[] simObjects,
string maxLength,
SolidRelation relation
)
Function AddMeshRefinement (
name As String,
simObjects As ISimObject(),
maxLength As String,
relation As SolidRelation
) As IMeshRefinement
Dim instance As IMeshOperations
Dim name As String
Dim simObjects As ISimObject()
Dim maxLength As String
Dim relation As SolidRelation
Dim returnValue As IMeshRefinement
returnValue = instance.AddMeshRefinement(name,
simObjects, maxLength, relation)
Parameters
- name
- Type: SystemString
The name of the mesh refinements. - simObjects
- Type: EMInvent.InventSim.COMServerISimObject
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