Click or drag to resize

APIRunLoadCase Method

Run a single loadcase
REST path: /op/runlc/[loadcase]/[outOfProc]/[noWindow]
REST verb: GET

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

Parameters

loadcase  String
outOfProc  Boolean  (Optional)
If true, run the loadcase 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