Creates a new instance of Structural Section Flat Bar.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public StructuralSectionGeneralF(
double width,
double height,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams analysisParams
)
Parameters
- width Double
-
Section width.
- height Double
-
Section height, depth.
- centroidHorizontal Double
-
Distance from centroid to the left extremites along horizontal axis.
- centroidVertical Double
-
Distance from centroid to the upper extremites along vertical axis.
- analysisParams StructuralSectionAnalysisParams
-
Common set of parameters for structural analysis.
See Also
Reference