Click or drag to resize

APIgetSectionResDomainPoints Method

Get list of points for plotting resisting domain of already computed sections
REST path: /res/check/plotsectiondomain/[domainIndex]/[domainType]/[cleanResponseTolerance]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public List<double[]> getSectionResDomainPoints(
	int domainIndex,
	int domainType,
	double cleanResponseTolerance = 0
)

Parameters

domainIndex  Int32
Index of the domain, base 0, returned by getSectionResMoments2, getSectionResMoments3, getSectionResMoments4
domainType  Int32
0 for Myy vs. Mzz, 1 for N vs. Myy, 2 for N vs. Mzz
cleanResponseTolerance  Double  (Optional)
Optional, default is 0. Clean points given in N-Mxx domains, to be used only if wrong plot is obtained (e.g. set to 1e-8)

Return Value

ListDouble
A list of array of double values, each of size 2 (X,Y)
See Also