IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.1.2.11 IfcDoorTypeOperationEnum

6.1.2.11.1 Semantic definition

This enumeration defines the basic ways to describe how an IfcDoor or IfcDoorType operate, as shown in the figures below. It combines the partitioning of the access barrier into single or multiple panels and the operation types of those panels.

In the most common case of swinging doors the IfcDoorTypeOperationEnum defined the hinge side (left hung or right hung) and the opening direction (opening to the left, opening to the right). Whether the door opens inwards or outwards is determined by the local coordinate system of the IfcDoor

Note that:

  1. Figures are shown in the ground view.
  2. Figures (symbolic representation) depend on the national building code.
  3. These figures/ are only shown as illustrations, the actual representation in the ground view might differ.
  4. Open to the outside is declared as open into the direction of the positive y-axis, determined by the ObjectPlacement at IfcDoor
  5. The location of the panel relative to the wall thickness is defined by the ObjectPlacement at IfcDoor, and the IfcDoorLiningProperties.LiningOffset parameter.

6.1.2.11.2 Type values

Type Description
DOUBLE_DOOR_DOUBLE_SWING

Door with two panels, one swings in both directions and to the right in the main traffic direction, the other swings also in both directions and to the left in the main traffic direction.

double double swing
Figure 6.1.2.11.A
double double swing
Figure 6.1.2.11.B
DOUBLE_DOOR_FOLDING

Door with two panels, one is folding to the left, the other is folding to the right.

double folding
Figure 6.1.2.11.C
double folding
Figure 6.1.2.11.D
DOUBLE_DOOR_LIFTING_VERTICAL

Double panel lifting vertical

DOUBLE_DOOR_SINGLE_SWING

Door with two panels, one opens (swings) to the left, the other opens (swings) to the right.

double swing
Figure 6.1.2.11.E
double swing
Figure 6.1.2.11.F
DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT

Door with two panels that both open to the left, one panel swings in one direction and the other panel swings in the opposite direction.

opposite left
Figure 6.1.2.11.G
DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT

Door with two panels that both open to the right, one panel swings in one direction and the other panel swings in the opposite direction.

opposite right
Figure 6.1.2.11.H
DOUBLE_DOOR_SLIDING

Door with two panels, one is sliding to the left the other is sliding to the right.

double sliding
Figure 6.1.2.11.I
double sliding
Figure 6.1.2.11.J
DOUBLE_SWING_LEFT

Door with one panel that swings in both directions and to the left in the main traffic direction. Also called double acting door.

double swing left
Figure 6.1.2.11.K
double swing left
Figure 6.1.2.11.L
DOUBLE_SWING_RIGHT

Door with one panel that swings in both directions and to the right in the main traffic direction. Also called double acting door.

double swing right
Figure 6.1.2.11.M
double swing right
Figure 6.1.2.11.N
FOLDING_TO_LEFT

Door with one panel that is folding to the left.

folding to left
Figure 6.1.2.11.O
folding to left
Figure 6.1.2.11.P
FOLDING_TO_RIGHT

Door with one panel that is folding to the right.

folding to right
Figure 6.1.2.11.Q
folding to right
Figure 6.1.2.11.R
LIFTING_HORIZONTAL

Lifting horizontal

LIFTING_VERTICAL_LEFT

Lifting vertical left

LIFTING_VERTICAL_RIGHT

Lifting vertical right

REVOLVING

An entrance door consisting of four leaves set in a form of a cross and revolving around a central vertical axis (the four panels are described by a single IfcDoor panel property).

revolving
Figure 6.1.2.11.S
REVOLVING_VERTICAL

Revolving vertical

ROLLINGUP

Door that opens by rolling up.

rolling
Figure 6.1.2.11.T
rolling
Figure 6.1.2.11.U
SINGLE_SWING_LEFT

Door with one panel that opens (swings) to the left. The hinges are on the left side as viewed in the direction of the positive y-axis.

single swing left
Figure 6.1.2.11.V
single swing left
Figure 6.1.2.11.W
SINGLE_SWING_RIGHT

Door with one panel that opens (swings) to the right. The hinges are on the right side as viewed in the direction of the positive y-axis.

single swing right
Figure 6.1.2.11.X
single swing right
Figure 6.1.2.11.Y
SLIDING_TO_LEFT

Door with one panel that is sliding to the left.

sliding to left
Figure 6.1.2.11.Z
sliding to left
Figure 6.1.2.11.[
SLIDING_TO_RIGHT

Door with one panel that is sliding to the right.

sliding to right
Figure 6.1.2.11.\
sliding to right
Figure 6.1.2.11.]
SWING_FIXED_LEFT

Door with one panel that opens (swings) to the left and one fixed panel. The hinges of the swinging panel are on the left side as viewed in the direction of the positive y-axis.

swinging left and fixed
Figure 6.1.2.11.^
swinging left and fixed
Figure 6.1.2.11._
SWING_FIXED_RIGHT

Door with one panel that opens (swings) to the right and one fixed panel. The hinges of the swinging panel are on the right side as viewed in the direction of the positive y-axis.

swinging right and fixed
Figure 6.1.2.11.`
swinging right and fixed
Figure 6.1.2.11.a
USERDEFINED

User defined operation type.

NOTDEFINED

A door with a not defined operation type is considered as a door with a lining, but no panels. It is thereby always open.

not defined
Figure 6.1.2.11.b
Table 6.1.2.11.c

6.1.2.11.3 Formal representation

TYPE IfcDoorTypeOperationEnum = ENUMERATION OF
	(DOUBLE_DOOR_DOUBLE_SWING
	,DOUBLE_DOOR_FOLDING
	,DOUBLE_DOOR_LIFTING_VERTICAL
	,DOUBLE_DOOR_SINGLE_SWING
	,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
	,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
	,DOUBLE_DOOR_SLIDING
	,DOUBLE_SWING_LEFT
	,DOUBLE_SWING_RIGHT
	,FOLDING_TO_LEFT
	,FOLDING_TO_RIGHT
	,LIFTING_HORIZONTAL
	,LIFTING_VERTICAL_LEFT
	,LIFTING_VERTICAL_RIGHT
	,REVOLVING
	,REVOLVING_VERTICAL
	,ROLLINGUP
	,SINGLE_SWING_LEFT
	,SINGLE_SWING_RIGHT
	,SLIDING_TO_LEFT
	,SLIDING_TO_RIGHT
	,SWING_FIXED_LEFT
	,SWING_FIXED_RIGHT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.11.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.11.5 Changelog

6.1.2.11.5.1 IFC4

  • New resource

6.1.2.11.5.2 IFC4.3_DEV_70ee25e8

  • item, DOUBLE_DOOR_LIFTING_VERTICAL
  • item, LIFTING_HORIZONTAL
  • item, LIFTING_VERTICAL_LEFT
  • item, LIFTING_VERTICAL_RIGHT
  • item, REVOLVING_VERTICAL