IFC 4.3.0.0 (IFC4X3) final

6.1.2.16 IfcRampFlightTypeEnum

6.1.2.16.1 Semantic definition

This enumeration defines the different types an IfcRampFlight or IfcRampFlightType object can fulfill.

6.1.2.16.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.

Table 6.1.2.16.A

6.1.2.16.3 Formal representation

TYPE IfcRampFlightTypeEnum = ENUMERATION OF
	(SPIRAL
	,STRAIGHT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.16.4 References