2027 Constructor
Changes 0
C

StructuralSectionGeneralH

Description:
Creates a new instance of Rectangular Pipe shape.
public StructuralSectionGeneralH(
	double width,
	double height,
	double wallNominalThickness,
	double wallDesignThickness,
	double innerFillet,
	double outerFillet,
	double centroidHorizontal,
	double centroidVertical,
	StructuralSectionAnalysisParams analysisParams
)
  • Double
    width
    Section width.
  • Double
    height
    Section height, depth.
  • Double
    wallNominalThickness
    Represents wall nominal thickness of rectangle.
  • Double
    wallDesignThickness
    Represents wall design thickness of rectangle.
  • Double
    innerFillet
    Inner Fillet - Corner fillet inner radius.
  • Double
    outerFillet
    Outer Fillet - Corner fillet outer radius.
  • Double
    centroidHorizontal
    Distance from centroid to the left extremites along horizontal axis.
  • Double
    centroidVertical
    Distance from centroid to the upper extremites along vertical axis.
  • analysisParams
    Common set of parameters for structural analysis.