2020 Constructor
Changes 0
C

StructuralSectionGeneralI

Description:
Creates a new instance of Structural Section I Sloped Flange shape with the associated set of parameters, used to attach to structural element.
public StructuralSectionGeneralI(
	double width,
	double height,
	double flangeThickness,
	double flangeThicknessLocation,
	double flangeFillet,
	double flangeToeOfFillet,
	double slopedFlangeAngle,
	double webThickness,
	double webFillet,
	double webToeOfFillet,
	double centroidHorizontal,
	double centroidVertical,
	StructuralSectionAnalysisParams analysisParams
)