StructuralSectionGeneralLZ
Creates a new instance of Z Cold Formed shape.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public StructuralSectionGeneralLZ( double width, double height, double wallNominalThickness, double wallDesignThickness, double innerFillet, double bottomFlangeLength, double lipLength, double centroidHorizontal, double centroidVertical, StructuralSectionAnalysisParams analysisParams)
Parameters
widthDouble
Section width.
heightDouble
Section height, depth.
wallNominalThicknessDouble
Represents wall nominal thickness of rectangle.
wallDesignThicknessDouble
Represents wall design thickness of rectangle.
innerFilletDouble
Inner Fillet - Corner fillet inner radius.
bottomFlangeLengthDouble
Bottom Flange segment length.
lipLengthDouble
Lip segment length.
centroidHorizontalDouble
Distance from centroid to the left extremites along horizontal axis.
centroidVerticalDouble
Distance from centroid to the upper extremites along vertical axis.
analysisParams StructuralSectionAnalysisParams
Common set of parameters for structural analysis.