Click or drag to resize

APIisNodeLoaded Method

Tell if the node is loaded or not
REST path: /load/node/isloaded/[node]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool isNodeLoaded(
	string node
)

Parameters

node  String
ID of the node

Return Value

Boolean
True if almost one nodal load has been found
See Also