StructuralSectionGeneralF Constructor


Creates a new instance of Structural Section Flat Bar.

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

Syntax

C#
public StructuralSectionGeneralF(
	double width,
	double height,
	double centroidHorizontal,
	double centroidVertical,
	StructuralSectionAnalysisParams analysisParams
)
Visual Basic
Public Sub New ( _
	width As Double, _
	height As Double, _
	centroidHorizontal As Double, _
	centroidVertical As Double, _
	analysisParams As StructuralSectionAnalysisParams _
)
Visual C++
public:
StructuralSectionGeneralF(
	double width, 
	double height, 
	double centroidHorizontal, 
	double centroidVertical, 
	StructuralSectionAnalysisParams^ analysisParams
)

Parameters

width
Type: System Double
Section width.
height
Type: System Double
Section height, depth.
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.
analysisParams
Type: Autodesk.Revit.DB.Structure.StructuralSections StructuralSectionAnalysisParams
Common set of parameters for structural analysis.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →