Click or drag to resize

APIgetBeamResMoments Method

Get the beam resisting moments for each direction of a beam
REST path: /res/check/beammoments/[elemID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[,] getBeamResMoments(
	string elemID
)

Parameters

elemID  String
ID of the selected element

Return Value

Double
An array containing a list of {abscissa,Mrzmax,Mrzmin,Mrymax,Mrymin}
See Also