Click or drag to resize

APIgetBeamForce2 Method

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

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

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
absissa  Double
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