6.1.2.20 IfcStairFlightTypeEnum
6.1.2.20.1 Semantic definition
This enumeration defines the different types of stair flights that can further specify an IfcStairFlight or IfcStairFlightType.
6.1.2.20.2 Type values
| Type | Description |
|---|---|
CURVED
| |
FREEFORM
| |
SPIRAL
| |
STRAIGHT
| |
WINDER
| |
USERDEFINED
| |
NOTDEFINED
|
6.1.2.20.3 Formal representation
TYPE IfcStairFlightTypeEnum = ENUMERATION OF
(CURVED
,FREEFORM
,SPIRAL
,STRAIGHT
,WINDER
,USERDEFINED
,NOTDEFINED);
END_TYPE;