Click or drag to resize

APIcheckNode Method

Check a single node in a model against results.
REST path: /res/check/node/[node]/[lc]/[ts]/[verName]/[savelog]/[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 bool checkNode(
	string node,
	string lc,
	string ts,
	string verName,
	bool savelog = false,
	bool messages = false,
	double[] defaultParams = null,
	ref string logPath = ""
)

Parameters

node  String
ID of the node to be checked
lc  String
Loadcase containing results
ts  String
Reference time for results. For linear analyses, use "1".
verName  String
Name of the checking to be used. E.g. "Steel EC3" or "EC2_Concrete". NVV files have underscore.
savelog  Boolean  (Optional)
Optionally, log file is written
messages  Boolean  (Optional)
Optionally, messages from checking engine are shown
defaultParams  Double  (Optional)
Optionally, parameters for checking
logPath  String  (Optional)
Optionally, returns path of the checking log file

Return Value

Boolean
True if node satisfies checking, False otherwise
See Also