Click or drag to resize

APIRunModel Method

Run entire model
REST path: /op/run/[outOfProc]/[noWindow]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string RunModel(
	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

String
The first error encountered in analysis. If successful returns empty string.
See Also