Click or drag to resize

APIgetMaxMinBeamForces Method

Get maximum and minimum beam forces from elements having the same section, in all loadcases and all stations
REST path: /res/maxminbeamforces/[sectionID]/[type]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getMaxMinBeamForces(
	int sectionID,
	int type
)

Parameters

sectionID  Int32
Section ID
type  Int32
1=N, 2=Vy, 3=Vz, 4=Mt, 5=My, 6=Mz

Return Value

Double
An array of length 2 containing max and min force for the desired type
See Also