Click or drag to resize

APIgetSectionResMoments4 Method

Get and plot in a ZedGraph control the flexural strength of a section by calculating neutral axis. Material must be set as section property, see setSectionMaterial.
REST path: na

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public APIcheck getSectionResMoments4(
	int sectionID,
	int calcType,
	double N,
	double Mzz,
	double Myy,
	ref ZedGraphControl zgc,
	ref ZedGraphControl domainZgc = null,
	int domainTp = 0,
	APIcheck options = null,
	double Nserv = 0,
	double Mzzserv = 0,
	double Myyserv = 0
)

Parameters

sectionID  Int32
ID of the section
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
Mzz  Double
Moment around horizontal section axis
Myy  Double
Moment around vertical section axis
zgc  ZedGraphControl
An instance of a ZedGraph control, passed by reference
domainZgc  ZedGraphControl  (Optional)
Another instance of a ZedGraph control, passed by reference, for domain plot
domainTp  Int32  (Optional)
Optional. Domain type for image: 0 for Myy_Mzz, 1 for N_Myy, 2 for N_Mzz
options  APIcheck  (Optional)
Optional. Calculation options
Nserv  Double  (Optional)
Optional. Serviceability axial force. Positive for tension
Mzzserv  Double  (Optional)
Optional. Serviceability Mzz
Myyserv  Double  (Optional)
Optional. Serviceability Myy

Return Value

APIcheck
A check structure with results
Remarks
Domain in stored in cache
See Also