Click or drag to resize

APIgetNodesChecks Method

Get the checks stored in the model for nodes
REST path: /res/check/nodesA/[lc]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public APIcheck[] getNodesChecks(
	string lc,
	string time = "1"
)

Parameters

lc  String
Name of the loadcase
time  String  (Optional)
Time

Return Value

APIcheck
Null if no checking are available
See Also