Click or drag to resize

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
Syntax
IMeshRefinement AddMeshRefinement2(
	string name,
	ISimObjectCollection simObjects,
	string maxLength,
	SolidRelation 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: IMeshRefinement
Reference to the newly created mesh refinements
See Also