Skip to content

StructuralSectionGeneralW

Public Constructor

Creates a new instance of Angle shape.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public StructuralSectionGeneralW(
double width,
double height,
double flangeThickness,
double webThickness,
double webFillet,
double flangeFillet,
double topWebFillet,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams analysisParams
)

Parameters

widthDouble

Section width.

heightDouble

Section height, depth.

flangeThicknessDouble

Flange Thickness.

webThicknessDouble

Web Thickness.

webFilletDouble

Web Fillet - fillet radius between web and flange.

flangeFilletDouble

Flange Fillet - fillet radius at the flange end.

topWebFilletDouble

Top Web Fillet - fillet radius at the top of web.

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.