6.1.2.15 IfcRampFlightTypeEnum
6.1.2.15.1 Semantic definition
This enumeration defines the different types an IfcRampFlight or IfcRampFlightType object can fulfill.
6.1.2.15.2 Type values
Type | Description |
---|---|
SPIRAL
|
A ramp flight with a circular or elliptic walking line. |
STRAIGHT
|
A ramp flight with a straight walking line. |
USERDEFINED
|
User-defined ramp flight. |
NOTDEFINED
|
Undefined ramp flight. |
6.1.2.15.3 Formal representation
TYPE IfcRampFlightTypeEnum = ENUMERATION OF (SPIRAL ,STRAIGHT ,USERDEFINED ,NOTDEFINED); END_TYPE;