Click or drag to resize

APIcheckElementStation Method

Check a single station in a model against results.
REST path: /res/check/station/[elem]/[lc]/[t]/[stationAbsissa]/[verName]/[messages]
REST verb: GET
REST header: {"defaultParams", defaultParams},{"logPath", logPath}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public Dictionary<string, decimal> checkElementStation(
	string elem,
	string lc,
	string t,
	double stationAbsissa,
	string verName,
	double[] defaultParams = null,
	ref string logPath = "",
	bool messages = false
)

Parameters

elem  String
ID of the element to be checked
lc  String
Loadcase containing results
t  String
Reference time for results. For linear analyses, use "1".
stationAbsissa  Double
Absissa of the section to check for the element
verName  String
Name of the checking to be used. E.g. "Steel EC3" or "EC2_Concrete". NVV files have underscore.
defaultParams  Double  (Optional)
Optionally, parameters for checking
logPath  String  (Optional)
Path for logging. If empty (default), actual path is returned. If "no", no log is written
messages  Boolean  (Optional)
Optional, default is false. If true, activates message dialogs from the checking engine

Return Value

DictionaryString, Decimal
A dictionary of string and decimal containing all the values used for checking and results
See Also