StructuralSectionGeneralI
Constructor
Description:
Creates a new instance of Structural Section I Sloped Flange shape with the associated set of parameters, used to attach to structural element.
Creates a new instance of Structural Section I Sloped Flange shape with the associated set of parameters, used to attach to structural element.
Syntax
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
)
Parameters
Parameter | Type | Description |
---|---|---|
width | Double | Section width. |
height | Double | Section height, depth. |
flangeThickness | Double | Flange Thickness. |
flangeThicknessLocation | Double | Flange Thickness Location. |
flangeFillet | Double | Flange Fillet - fillet radius at the flange end. |
flangeToeOfFillet | Double | Detailing distance from center of web to flange toe of fillet, in. (mm). |
slopedFlangeAngle | Double | Sloped flange angle. (rad) |
webThickness | Double | Web Thickness. |
webFillet | Double | Web Fillet - fillet radius between web and flange. |
webToeOfFillet | Double | Detailing distance from outer face of flange to web toe of fillet, in. (mm) |
centroidHorizontal | Double | Distance from centroid to the left extremites along horizontal axis. |
centroidVertical | Double | Distance from centroid to the upper extremites along vertical axis. |
analysisParams | StructuralSectionAnalysisParams | Common set of parameters for structural analysis. |
Return Value