IFC 4.3.0.0 (IFC4X3) final

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

Table 5.4.2.4.A

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;

5.4.2.4.4 References