Click or drag to resize

APIgetBeamForces Method

Get all the beam forces for the selected element, loadcase, time and station
REST path: /res/beamforces/[num]/[loadcase]/[station]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getBeamForces(
	string num,
	string loadcase,
	int station,
	string time = "1"
)

Parameters

num  String
Element no.
loadcase  String
Loadcase name
station  Int32
Usually a beam has 5 stations (1, 2, 3, 4 or 5)
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