Skip to content

StructuralSectionLAngle

Public Constructor

Creates a new instance of Structural Section L Angle 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 StructuralSectionLAngle(
double width,
double height,
double flangeThickness,
double webThickness,
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 boltSpacing1LongerFlange,
double boltSpacing2LongerFlange,
double boltSpacingShorterFlange,
double boltDiameterLongerFlange,
double boltDiameterShorterFlange,
double topWebFillet
)

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.

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).

boltSpacing1LongerFlangeDouble

Standard bolt spacing first row in the longer flange, in. (mm)

boltSpacing2LongerFlangeDouble

Standard bolt spacing second row in the longer flange, in. (mm)

boltSpacingShorterFlangeDouble

Standard bolt spacing in the shorter flangI-split Parallel Flangee, in. (mm)

boltDiameterLongerFlangeDouble

Maximum bolt hole diameter in the longer flange, in. (mm)

boltDiameterShorterFlangeDouble

Maximum bolt hole diameter in the shorter flange, in. (mm)

topWebFilletDouble

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