Click or drag to resize

APIsetSteelSection Method

Set steel checking parameters for section
REST path: /section/set/steel/[ID]/[SectionClass]/[alphaLT]/[alphay]/[alphaz]/[Jw]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSteelSection(
	int ID,
	int SectionClass = 3,
	double alphaLT = 0.76,
	double alphay = 0.76,
	double alphaz = 0.76,
	double Jw = 0
)

Parameters

ID  Int32
ID of the section
SectionClass  Int32  (Optional)
Steel class section
alphaLT  Double  (Optional)
Stability curve factor for lateral-torsional buckling
alphay  Double  (Optional)
Stability factor for flexural buckling around y axis
alphaz  Double  (Optional)
Stability factor for flexural buckling around z axis
Jw  Double  (Optional)
Warping constant

Return Value

Boolean
True if successful
See Also