Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcStairFlightTypeEnum

Definition from IAI: This enumeration defines the different types of stair flights an IfcStairFlightType object can fulfill:

HISTORY: New Enumeration in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcStairFlightTypeEnum = ENUMERATION OF
( STRAIGHT,
WINDER,
SPIRAL,
CURVED,
FREEFORM,
USERDEFINED,
NOTDEFINED);
END_TYPE;