IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.1.2.21 IfcStairTypeEnum

6.1.2.21.1 Semantic definition

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

Stairs which are subdivided into more than three landings, or stairs with non-regular shapes are to be defined with type being USERDEFINED or NOTDEFINED.

6.1.2.21.2 Type values

Type Description
CURVED_RUN_STAIR

A stair extending from one level to another without turns or winders. The stair is consisting of one curved flight.

Figure 6.1.2.21.A
DOUBLE_RETURN_STAIR

A stair having one straight flight to a wide quarterspace landing, and two side flights from that landing into opposite directions. The stair is making a 90° turn. The direction of traffic is determined by the walking line.

Figure 6.1.2.21.B
HALF_TURN_STAIR

A stair making a 180° turn, consisting of two straight flights connected

Figure 6.1.2.21.C

by a halfspace landing. The orientation of the turn is determined by the walking line.

HALF_WINDING_STAIR

A stair consisting of one flight with one half winder, which makes a 180° turn. The orientation of the turn is determined by the walking line.

Figure 6.1.2.21.D
LADDER

a piece of equipment consisting of a series of bars or steps between two upright elements used for climbing up or down something

QUARTER_TURN_STAIR

A stair 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.21.E
QUARTER_WINDING_STAIR

A stair consisting of one flight with a quarter winder, which is making a 90° turn. The direction of the turn is determined by the walking line.

Figure 6.1.2.21.F
SPIRAL_STAIR

A stair constructed with winders around a circular newel often without landings. Depending on outer boundary it can be either a circular, elliptical or rectangular spiral stair. The orientation of the winding stairs is determined by the walking line.

Figure 6.1.2.21.G
STRAIGHT_RUN_STAIR

A stair extending from one level to another without turns or winders. The stair consists of one straight flight.

Figure 6.1.2.21.H
THREE_QUARTER_TURN_STAIR

A stair making a 270° turn, consisting of four straight flights connected by three quarterspace landings. The direction of the turns is determined by the walking line.

Figure 6.1.2.21.I
THREE_QUARTER_WINDING_STAIR

A stair consisting of one flight with three quarter winders, which make a 90° turn. The stair makes a 270° turn. The direction of the turns is determined by the walking line.

Figure 6.1.2.21.J
TWO_CURVED_RUN_STAIR

A curved stair consisting of two curved flights without turns but with one landing.

Figure 6.1.2.21.K
TWO_QUARTER_TURN_STAIR

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

Figure 6.1.2.21.L
TWO_QUARTER_WINDING_STAIR

A stair consisting of one flight with two quarter winders, which make a 90° turn. The stair makes a 180° turn. The direction of the turns is determined by the walking line.

Figure 6.1.2.21.M
TWO_STRAIGHT_RUN_STAIR

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

Figure 6.1.2.21.N
USERDEFINED

Free form stair (user defined operation type).

NOTDEFINED

No description available.

Table 6.1.2.21.O

6.1.2.21.3 Formal representation

TYPE IfcStairTypeEnum = ENUMERATION OF
	(CURVED_RUN_STAIR
	,DOUBLE_RETURN_STAIR
	,HALF_TURN_STAIR
	,HALF_WINDING_STAIR
	,LADDER
	,QUARTER_TURN_STAIR
	,QUARTER_WINDING_STAIR
	,SPIRAL_STAIR
	,STRAIGHT_RUN_STAIR
	,THREE_QUARTER_TURN_STAIR
	,THREE_QUARTER_WINDING_STAIR
	,TWO_CURVED_RUN_STAIR
	,TWO_QUARTER_TURN_STAIR
	,TWO_QUARTER_WINDING_STAIR
	,TWO_STRAIGHT_RUN_STAIR
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.21.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.21.5 Changelog

6.1.2.21.5.1 IFC4.3_DEV_70ee25e8

  • item, LADDER