Click or drag to resize

APIgetBeamForce Method

Get beam force for the selected element, loadcase, time and station
REST path: /res/beamforce/[num]/[loadcase]/[time]/[type]/[station]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getBeamForce(
	string num,
	string loadcase,
	string time,
	int type,
	int station
)

Parameters

num  String
element no.
loadcase  String
loadcase name
time  String
For linear analysis, set as 1
type  Int32
1=N, 2=Vy, 3=Vz, 4=Mt, 5=My, 6=Mz
station  Int32
Usually a beam has 5 stations (1, 2, 3, 4 or 5)

Return Value

Double
The requested value. 0 if something went wrong.
See Also