Click or drag to resize

APIgetBeamForcesAtNode Method

Get all the forces for the selected element at the specified node (beam end), loadcase, time and station
REST path: /res/beamforcesatnode/[elem]/[node]/[loadcase]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getBeamForcesAtNode(
	string elem,
	string node,
	string loadcase,
	string time = "1"
)

Parameters

elem  String
Element no.
node  String
Reference node no.
loadcase  String
Loadcase name
time  String  (Optional)
Optional. Default is 1 = linear analysis

Return Value

Double
A vector of size 6. Null vector if something went wrong
See Also