StructuralSectionGeneralH
Constructor
Description:
Creates a new instance of Rectangular Pipe shape.
Creates a new instance of Rectangular Pipe shape.
Syntax
public StructuralSectionGeneralH(
double width,
double height,
double wallNominalThickness,
double wallDesignThickness,
double innerFillet,
double outerFillet,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams analysisParams
)
Parameters
Parameter | Type | Description |
---|---|---|
width | Double | Section width. |
height | Double | Section height, depth. |
wallNominalThickness | Double | Represents wall nominal thickness of rectangle. |
wallDesignThickness | Double | Represents wall design thickness of rectangle. |
innerFillet | Double | Inner Fillet - Corner fillet inner radius. |
outerFillet | Double | Outer Fillet - Corner fillet outer radius. |
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