IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

6.1.2.16 IfcRampTypeEnum

6.1.2.16.1 Semantic definition

This enumeration defines the basic configuration of the ramp type in terms of the number and shape of ramp flights. The type also distinguished turns by landings. In addition the subdivision of the straight and changing direction ramps is included. The ramp configurations are given for ramps without and with one and two landings.

Ramps which are subdivided into more than two landings, or ramps with non-regular shapes are to be defined with type being USERDEFINED or NOTDEFINED.

6.1.2.16.2 Type values

Type Description
HALF_TURN_RAMP

A ramp making a 180° turn, consisting of two straight flights connected by a halfspace landing. The orientation of the turn is determined by the walking line.

Figure 6.1.2.16.A
QUARTER_TURN_RAMP

A ramp making a 90° turn, consisting of two straight flights connected by a quarterspace landing. The direction of the turn is determined by the walking line.

Figure 6.1.2.16.B
SPIRAL_RAMP

A ramp constructed around a circular or elliptical well without newels and landings.

Figure 6.1.2.16.C
STRAIGHT_RUN_RAMP

A ramp - which is a sloping floor, walk, or roadway - connecting two levels. The straight ramp consists of one straight flight without turns or winders.

Figure 6.1.2.16.D
TWO_QUARTER_TURN_RAMP

A ramp making a 180° turn, consisting of three straight flights connected by two quarterspace landings. The direction of the turn is determined by the walking line.

Figure 6.1.2.16.E
TWO_STRAIGHT_RUN_RAMP

A straight ramp consisting of two straight flights without turns but with one landing.

Figure 6.1.2.16.F
USERDEFINED

Free form ramp (user defined operation type).

NOTDEFINED

No description available.

Table 6.1.2.16.G

6.1.2.16.3 Formal representation

TYPE IfcRampTypeEnum = ENUMERATION OF
	(HALF_TURN_RAMP
	,QUARTER_TURN_RAMP
	,SPIRAL_RAMP
	,STRAIGHT_RUN_RAMP
	,TWO_QUARTER_TURN_RAMP
	,TWO_STRAIGHT_RUN_RAMP
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.16.4 References

Edit on Github


Is this page difficult to understand? Let us know!