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: GET
REST body: loadcases

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
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.

Return Value

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