StructuralSectionShape
Shapes for structural sections.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum StructuralSectionShape
Members
Member name
Value
Description
NotDefined
0
Structural section was not defined for this element
RectangleParameterized
2
Defines parameters for parameterized rectangle structural sections.
PipeStandard
5
Defines parameters for pipes also known as RoundHSS or HollowStructuralSection (HSS).
IParallelFlange
6
Defines parameters for I-shape Parallel Flange structural sections.
ISlopedFlange
7
Defines parameters for I-shape Sloped Flange structural sections.
IWideFlange
8
Defines parameters for I-shape Wide Flange structural sections.
CParallelFlange
9
Defines parameters for C-channel Parallel Flange structural sections.
Invalid
-1
This element do not support structural section.
CSlopedFlange
10
Defines parameters for C-channel Sloped Flange structural sections.
LAngle
11
Defines parameters for L-angle structural sections.
RectangularBar
12
Defines parameters for Rectangular Bar structural sections.
RoundBar
13
Defines parameters for Round Bar structural sections.
RectangleHSS
14
Defines parameters for Rectangular HSS structural sections.
RoundHSS
15
Defines parameters for Round HSS structural sections.
IWelded
16
Defines parameters for I-shape Welded structural sections.
ISplitParallelFlange
17
Defines parameters for I-split Parallel Flange structural sections.
ISplitSlopedFlange
18
Defines parameters for I-split Sloped Flange structural sections.
StructuralTees
19
Defines parameters for Structural Tees structural sections.
CProfile
20
Defines parameters for structural C Profile sections.
CProfileWithLips
21
Defines parameters for structural C Profile sections with lips .
CProfileWithFold
22
Defines parameters for structural C Profile sections with fold.
LProfile
23
Defines parameters for structural L Profile structural sections.
LProfileWithLips
24
Defines parameters for structural L Profile sections with lips.
ZProfile
25
Defines parameters for structural Z Profile structural sections.
ZProfileWithLips
26
Defines parameters for structural L profile sections with lips.
SigmaProfile
27
Defines parameters for Sigma Profile structural sections.
SigmaProfileWithLips
28
Defines parameters for structural Sigma sections profile with lips.
SigmaProfileWithFold
29
Defines parameters for structural Sigma sections profile with fold.
UserDefined
30
Defines parameters for user defines structural sections.
ConcreteRectangle
31
Defines parameters for Concrete Rectangle structural sections.
ConcreteRectangleCut
32
Defines parameters for Concrete Rectangle Cut structural sections.
ConcreteT
33
Defines parameters for Concrete T structural sections.
ConcreteCross
34
Defines parameters for Concrete Cross structural sections.
ConcreteRound
35
Defines parameters for ConcreteRound structural sections.
Remarks
Allow safely differentiate between classes inherited from Autodesk::Revit::DB::Structure::StructuralSections::StructuralSection class.