2024 Constructor
Changes 0
C

StructuralSectionGeneralLZ

Description:
Creates a new instance of Z Cold Formed shape.
public StructuralSectionGeneralLZ(
	double width,
	double height,
	double wallNominalThickness,
	double wallDesignThickness,
	double innerFillet,
	double bottomFlangeLength,
	double lipLength,
	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
    bottomFlangeLength
    Bottom Flange segment length.
  • Double
    lipLength
    Lip segment length.
  • 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.