StructuralSectionGeneralH Constructor


Creates a new instance of Rectangular Pipe 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 StructuralSectionGeneralH(
	double width,
	double height,
	double wallNominalThickness,
	double wallDesignThickness,
	double innerFillet,
	double outerFillet,
	double centroidHorizontal,
	double centroidVertical,
	StructuralSectionAnalysisParams analysisParams
)
Visual Basic
Public Sub New ( _
	width As Double, _
	height As Double, _
	wallNominalThickness As Double, _
	wallDesignThickness As Double, _
	innerFillet As Double, _
	outerFillet As Double, _
	centroidHorizontal As Double, _
	centroidVertical As Double, _
	analysisParams As StructuralSectionAnalysisParams _
)
Visual C++
public:
StructuralSectionGeneralH(
	double width, 
	double height, 
	double wallNominalThickness, 
	double wallDesignThickness, 
	double innerFillet, 
	double outerFillet, 
	double centroidHorizontal, 
	double centroidVertical, 
	StructuralSectionAnalysisParams^ analysisParams
)

Parameters

width
Type: SystemDouble
Section width.
height
Type: SystemDouble
Section height, depth.
wallNominalThickness
Type: SystemDouble
Represents wall nominal thickness of rectangle.
wallDesignThickness
Type: SystemDouble
Represents wall design thickness of rectangle.
innerFillet
Type: SystemDouble
Inner Fillet - Corner fillet inner radius.
outerFillet
Type: SystemDouble
Outer Fillet - Corner fillet outer radius.
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

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 →