Click or drag to resize

APIgetBeamForcesEnvelopeTable Method

Get beam forces consistent envelope, as a table. Envelopes are made on specified loadcases, or on all result cases. Suitable for many combinations or for time-history analyses.
REST path: /res/beamforcesenvtable/[num]/[stationsMode]
REST verb: POST
REST body: loadcases

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public List<string[]> getBeamForcesEnvelopeTable(
	string num,
	int stationsMode,
	string[] loadcases = null
)

Parameters

num  String
Element no.
stationsMode  Int32
0 for 5 stations, 1 for 3 stations, 2 for I and J, 3 for I only, 4 for J only, 5 for M only, 6 for 1/4, 7 for 3/4, 8 for M and 1/4 and 3/4, 9 for 1/4 and 3/4
loadcases  String  (Optional)
Array of reference loadcases. As an alternative, to include all ultimate combinations, set only one item with "»1", "»2" for serviceability combos, "»3" for seismic combos

Return Value

ListString
A table as a list of string arrays.
See Also