Click or drag to resize

APILaunchLoadCase Method

Launch a single loadcase calculation, not waiting for finishing
REST path: /op/launchlc/[loadcase]/[outOfProc]/[noWindow]
REST verb: GET

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

Parameters

loadcase  String
The loadcase name to run
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