StructuralSectionLAngle Constructor (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)


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: 24.0.0.0 (24.0.0.0)
Since:  2015

Syntax

C#
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
)
Visual Basic
Public Sub New ( _
	width As Double, _
	height As Double, _
	flangeThickness As Double, _
	webThickness As Double, _
	webFillet As Double, _
	flangeFillet As Double, _
	centroidHorizontal As Double, _
	centroidVertical As Double, _
	principalAxesAngle As Double, _
	sectionArea As Double, _
	perimeter As Double, _
	nominalWeight As Double, _
	momentOfInertiaStrongAxis As Double, _
	momentOfInertiaWeakAxis As Double, _
	elasticModulusStrongAxis As Double, _
	elasticModulusWeakAxis As Double, _
	plasticModulusStrongAxis As Double, _
	plasticModulusWeakAxis As Double, _
	torsionalMomentOfInertia As Double, _
	torsionalModulus As Double, _
	warpingConstant As Double, _
	shearAreaStrongAxis As Double, _
	shearAreaWeakAxis As Double, _
	boltSpacing1LongerFlange As Double, _
	boltSpacing2LongerFlange As Double, _
	boltSpacingShorterFlange As Double, _
	boltDiameterLongerFlange As Double, _
	boltDiameterShorterFlange As Double, _
	topWebFillet As Double _
)
Visual C++
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

width
Type: SystemDouble
Section width.
height
Type: SystemDouble
Section height, depth.
flangeThickness
Type: SystemDouble
Flange Thickness.
webThickness
Type: SystemDouble
Web Thickness.
webFillet
Type: SystemDouble
Web Fillet - fillet radius between web and flange.
flangeFillet
Type: SystemDouble
Flange Fillet - fillet radius at the flange end.
centroidHorizontal
Type: SystemDouble
Distance from centroid to the left extremites along horizontal axis.
centroidVertical
Type: SystemDouble
Distance from centroid to the upper extremites along vertical axis.
principalAxesAngle
Type: SystemDouble
Rotation angle between the principal axes and cross section reference planes.
sectionArea
Type: SystemDouble
Cross section area.
perimeter
Type: SystemDouble
Painting surface of the unit length.
nominalWeight
Type: SystemDouble
Unit weight (not mass) per unit length, for self-weight calculation or quantity survey.
momentOfInertiaStrongAxis
Type: SystemDouble
Moment of Inertia about main strong axis (I).
momentOfInertiaWeakAxis
Type: SystemDouble
Moment of Inertia about main weak axis (I).
elasticModulusStrongAxis
Type: SystemDouble
Elastic section modulus about main strong axis for calculation of bending stresses.
elasticModulusWeakAxis
Type: SystemDouble
Elastic section modulus about main weak axis for calculation of bending stresses.
plasticModulusStrongAxis
Type: SystemDouble
Plastic section modulus in bending about main strong axis (Z, Wpl)
plasticModulusWeakAxis
Type: SystemDouble
Plastic section modulus in bending about main weak axis.
torsionalMomentOfInertia
Type: SystemDouble
Torsional Moment of inertia (J, IT, K), for calculation of torsional deformation
torsionalModulus
Type: SystemDouble
Section modulus for calculations of torsion stresses (Ct)
warpingConstant
Type: SystemDouble
Warping constant (Cw, Iomega, H)
shearAreaStrongAxis
Type: SystemDouble
Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).
shearAreaWeakAxis
Type: SystemDouble
Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).
boltSpacing1LongerFlange
Type: SystemDouble
Standard bolt spacing first row in the longer flange, in. (mm)
boltSpacing2LongerFlange
Type: SystemDouble
Standard bolt spacing second row in the longer flange, in. (mm)
boltSpacingShorterFlange
Type: SystemDouble
Standard bolt spacing in the shorter flangI-split Parallel Flangee, in. (mm)
boltDiameterLongerFlange
Type: SystemDouble
Maximum bolt hole diameter in the longer flange, in. (mm)
boltDiameterShorterFlange
Type: SystemDouble
Maximum bolt hole diameter in the shorter flange, in. (mm)
topWebFillet
Type: SystemDouble
Top Web Fillet - fillet radius at the top of web.

See Also