Click or drag to resize

APILaunchModel Method

Launch entire model calculation, not waiting for finishing
REST path: /op/launchmodel/[outOfProc]/[noWindow]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool LaunchModel(
	bool outOfProc = false,
	bool noWindow = false
)

Parameters

outOfProc  Boolean  (Optional)
If true, run the model out of process
noWindow  Boolean  (Optional)
If true, hide the solver window or its output lines from console. Applicable only if out of process is active

Return Value

Boolean
Boolean value
See Also