Click or drag to resize

APIcheckNodes Method

Check specified nodes in a model against results.
REST path: /res/check/nodes/[lc]/[ts]/[verName]/[savelog]/[messages]
REST verb: GET
REST header: {"defaultParams", defaultParams},{"nodes", nodes}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool checkNodes(
	string[] nodes,
	string lc,
	string ts,
	int stationType,
	string verName,
	bool savelog = false,
	bool messages = false,
	double[] defaultParams = null
)

Parameters

nodes  String
ID of the nodes to be checked
lc  String
Loadcase containing results
ts  String
Reference time for results. For linear analyses, use "1".
stationType  Int32
 
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)
Optional. Parameters for checking

Return Value

Boolean
True if nodes satisfy checking, False otherwise
See Also