5.4.2.4 IfcBridgePartTypeEnum
5.4.2.4.1 Semantic definition
Enumerations of IfcBridge parts.
5.4.2.4.2 Type values
Type | Description |
---|---|
ABUTMENT
|
Abutment |
DECK
|
Deck |
DECK_SEGMENT
|
Deck Segment |
FOUNDATION
|
Foundation |
PIER
|
Pier |
PIER_SEGMENT
|
Pier segment |
PYLON
|
Pylon |
SUBSTRUCTURE
|
Substructure |
SUPERSTRUCTURE
|
Superstructure |
SURFACESTRUCTURE
|
Surfacestructure |
USERDEFINED
|
User defined |
NOTDEFINED
|
Not defined |
5.4.2.4.3 Formal representation
TYPE IfcBridgePartTypeEnum = ENUMERATION OF
(ABUTMENT
,DECK
,DECK_SEGMENT
,FOUNDATION
,PIER
,PIER_SEGMENT
,PYLON
,SUBSTRUCTURE
,SUPERSTRUCTURE
,SURFACESTRUCTURE
,USERDEFINED
,NOTDEFINED);
END_TYPE;