Creates a new instance of Rectangular Pipe shape.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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: System..::..Double
Section width.
- height
- Type: System..::..Double
Section height, depth.
- wallNominalThickness
- Type: System..::..Double
Represents wall nominal thickness of rectangle.
- wallDesignThickness
- Type: System..::..Double
Represents wall design thickness of rectangle.
- innerFillet
- Type: System..::..Double
Inner Fillet - Corner fillet inner radius.
- outerFillet
- Type: System..::..Double
Outer Fillet - Corner fillet outer radius.
- 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.