Skip to content

StructuralSectionStructuralTees

Public Constructor

Creates a new instance of Structural Section Tees shape with the associated set of parameters, used to attach to structural element.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections

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

Syntax

public StructuralSectionStructuralTees(
double width,
double height,
double flangeThickness,
double flangeThicknessLocation,
double webThickness,
double webThicknessLocation,
double webFillet,
double flangeFillet,
double centroidHorizontal,
double centroidVertical,
double principalAxesAngle,
double sectionArea,
double perimeter,
double nominalWeight,
double momentOfInertiaStrongAxis,
double momentOfInertiaWeakAxis,
double elasticModulusStrongAxis,
double elasticModulusWeakAxis,
double plasticModulusStrongAxis,
double plasticModulusWeakAxis,
double torsionalMomentOfInertia,
double torsionalModulus,
double warpingConstant,
double shearAreaStrongAxis,
double shearAreaWeakAxis,
double boltSpacing,
double boltSpacingWeb,
double boltDiameter,
double slopedFlangeAngle,
double slopedWebAngle,
double topWebFillet
)

Parameters

widthDouble

Section width.

heightDouble

Section height, depth.

flangeThicknessDouble

Flange Thickness.

flangeThicknessLocationDouble

Flange Thickness Location.

webThicknessDouble

Web Thickness.

webThicknessLocationDouble

Web Thickness Location.

webFilletDouble

Web Fillet - fillet radius between web and flange.

flangeFilletDouble

Flange Fillet - fillet radius at the flange end.

centroidHorizontalDouble

Distance from centroid to the left extremites along horizontal axis.

centroidVerticalDouble

Distance from centroid to the upper extremites along vertical axis.

principalAxesAngleDouble

Rotation angle between the principal axes and cross section reference planes.

sectionAreaDouble

Cross section area.

perimeterDouble

Painting surface of the unit length.

nominalWeightDouble

Unit weight (not mass) per unit length, for self-weight calculation or quantity survey.

momentOfInertiaStrongAxisDouble

Moment of Inertia about main strong axis (I).

momentOfInertiaWeakAxisDouble

Moment of Inertia about main weak axis (I).

elasticModulusStrongAxisDouble

Elastic section modulus about main strong axis for calculation of bending stresses.

elasticModulusWeakAxisDouble

Elastic section modulus about main weak axis for calculation of bending stresses.

plasticModulusStrongAxisDouble

Plastic section modulus in bending about main strong axis (Z, Wpl)

plasticModulusWeakAxisDouble

Plastic section modulus in bending about main weak axis.

torsionalMomentOfInertiaDouble

Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation

torsionalModulusDouble

Section modulus for calculations of torsion stresses (Ct)

warpingConstantDouble

Warping constant (Cw, Iomega, H)

shearAreaStrongAxisDouble

Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).

shearAreaWeakAxisDouble

Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).

boltSpacingDouble

Standard bolt spacing in the flange, in. (mm)

boltSpacingWebDouble

Standard bolt spacing in the web, in. (mm)

boltDiameterDouble

Maximum bolt hole diameter, in. (mm)

slopedFlangeAngleDouble

Sloped flange angle. (rad)

slopedWebAngleDouble

Sloped web angle. (rad)

topWebFilletDouble

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