StructuralSectionStructuralTees 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, Double, Double)


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

Syntax

C#
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
)
Visual Basic
Public Sub New ( _
	width As Double, _
	height As Double, _
	flangeThickness As Double, _
	flangeThicknessLocation As Double, _
	webThickness As Double, _
	webThicknessLocation 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, _
	boltSpacing As Double, _
	boltSpacingWeb As Double, _
	boltDiameter As Double, _
	slopedFlangeAngle As Double, _
	slopedWebAngle As Double, _
	topWebFillet As Double _
)
Visual C++
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

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

See Also