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
| |
STRAIGHT
| |
USERDEFINED
| |
NOTDEFINED
|
6.1.2.15.3 Formal representation
TYPE IfcRampFlightTypeEnum = ENUMERATION OF
(SPIRAL
,STRAIGHT
,USERDEFINED
,NOTDEFINED);
END_TYPE;