Click or drag to resize

APIgetBeamDeflections Method

Get the beam deflections for the selected number of stations along beam
REST path: /res/beamdeflections/[num]/[loadcase]/[type]/[offsetL]/[numStations]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public APIcheck getBeamDeflections(
	string num,
	string loadcase,
	int type,
	double offsetL = 0,
	int numStations = 21,
	string time = "1"
)

Parameters

num  String
Element no.
loadcase  String
Loadcase name
type  Int32
1=N, 2=Vy, 3=Vz, 4=Mt, 5=My, 6=Mz
offsetL  Double  (Optional)
Optional. Offset to queue output to another beam (length of the preceding beam).
numStations  Int32  (Optional)
Optional. Number of stations, default is 21.
time  String  (Optional)
Optional. Time for non-linear analysis. Default is 1.

Return Value

APIcheck
A check structure with positions and values
See Also