Click or drag to resize

APIgetBeamDeflection Method

Get beam deflection for the selected element, loadcase, time and station
REST path: /res/beamdeflection/[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 getBeamDeflection(
	string num,
	string loadcase,
	string time,
	int type,
	int station
)

Parameters

num  String
element no.
loadcase  String
time  String
For linear analysis, set as 1
type  Int32
1=local x, 2=local y, 3=local z, 4=local rx, 5=local ry, 6=local rz
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