Click or drag to resize

APIgetSectionResMoments(String, Int32, Int32, Double, Double, Double) Method

Get flexural strength of a beam station by calculating neutral axis
REST path: /op/sectioncalc/a/[ID]/[station]/[calcType]/[N]/[Myy]/[Mzz]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string getSectionResMoments(
	string ID,
	int station,
	int calcType,
	double N,
	double Myy,
	double Mzz
)

Parameters

ID  String
ID of the element
station  Int32
ID of station, from 1 to 5
calcType  Int32
0 plastic, 1 elastic, 2 thermal-plastic, 3 thermal-elastic, 4 elastic limit, 5 thermal-elastic limit
N  Double
Axial force. Positive for tension
Myy  Double
Moment around vertical section axis
Mzz  Double
Moment around horizontal section axis

Return Value

String
A string with serialized results in JSON format
See Also