Click or drag to resize

ISimulationGetMorphedMesh Method

Generates a morphed mesh changing optimizable variables from refVariables to pertVariables

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IMesh GetMorphedMesh(
	IMesh refMesh,
	Object refVariables,
	Object pertVariables,
	bool useRBF
)

Parameters

refMesh
Type: EMInvent.InventSim.COMServerIMesh
Reference mesh generated for refVariables.
refVariables
Type: SystemObject
Reference values of optimizable variables.
pertVariables
Type: SystemObject
New values of optimizable variables.
useRBF
Type: SystemBoolean
Flag indicating whether to use radial basis functions during mesh morphing.

Return Value

Type: IMesh
See Also