StructuralSectionGeneralT Constructor


Creates a new instance of Tees shape.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2018

Syntax

C#
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
)
Visual Basic
Public Sub New ( _
	width As Double, _
	height As Double, _
	flangeThickness As Double, _
	flangeThicknessLocation As Double, _
	flangeFillet As Double, _
	flangeToeOfFillet As Double, _
	slopedFlangeAngle As Double, _
	webThickness As Double, _
	webThicknessLocation As Double, _
	webFillet As Double, _
	topWebFillet As Double, _
	webToeOfFillet As Double, _
	slopedWebAngle As Double, _
	centroidHorizontal As Double, _
	centroidVertical As Double, _
	analysisParams As StructuralSectionAnalysisParams _
)
Visual C++
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

width
Type: SystemDouble
Section width.
height
Type: SystemDouble
Section height, depth.
flangeThickness
Type: SystemDouble
Flange Thickness.
flangeThicknessLocation
Type: SystemDouble
Flange Thickness Location.
flangeFillet
Type: SystemDouble
Flange Fillet - fillet radius at the flange end.
flangeToeOfFillet
Type: SystemDouble
Detailing distance from center of web to flange toe of fillet, in. (mm)
slopedFlangeAngle
Type: SystemDouble
Sloped flange angle. (rad)
webThickness
Type: SystemDouble
Web Thickness.
webThicknessLocation
Type: SystemDouble
Web Thickness Location.
webFillet
Type: SystemDouble
Web Fillet - fillet radius between web and flange.
topWebFillet
Type: SystemDouble
Top Web Fillet - fillet radius at the top of web.
webToeOfFillet
Type: SystemDouble
Detailing distance from outer face of flange to web toe of fillet, in. (mm)
slopedWebAngle
Type: SystemDouble
Sloped web angle. (rad)
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.
analysisParams
Type: Autodesk.Revit.DB.Structure.StructuralSectionsStructuralSectionAnalysisParams
Common set of parameters for structural analysis.

See Also