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.6.0.0 (2.6.0.0)
Syntax
public APIcheck[] getNodesChecks(
	string lc,
	string time
)

Parameters

lc  String
Name of the loadcase
time  String
Time

Return Value

APIcheck
Null if no checking are available
See Also