Skip to content

StructuralSectionGeneralT

Public Constructor

Creates a new instance of Tees shape.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections

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

Syntax

public StructuralSectionGeneralT(
double width,
double height,
double flangeThickness,
double flangeThicknessLocation,
double flangeFillet,
double flangeToeOfFillet,
double slopedFlangeAngle,
double webThickness,
double webThicknessLocation,
double webFillet,
double topWebFillet,
double webToeOfFillet,
double slopedWebAngle,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams analysisParams
)

Parameters

widthDouble

Section width.

heightDouble

Section height, depth.

flangeThicknessDouble

Flange Thickness.

flangeThicknessLocationDouble

Flange Thickness Location.

flangeFilletDouble

Flange Fillet - fillet radius at the flange end.

flangeToeOfFilletDouble

Detailing distance from center of web to flange toe of fillet, in. (mm)

slopedFlangeAngleDouble

Sloped flange angle. (rad)

webThicknessDouble

Web Thickness.

webThicknessLocationDouble

Web Thickness Location.

webFilletDouble

Web Fillet - fillet radius between web and flange.

topWebFilletDouble

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

webToeOfFilletDouble

Detailing distance from outer face of flange to web toe of fillet, in. (mm)

slopedWebAngleDouble

Sloped web angle. (rad)

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.