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:
- Figures are shown in the ground view.
- Figures (symbolic representation) depend on the national building code.
- These figures/ are only shown as illustrations, the actual representation in the ground view might differ.
- Open to the outside is declared as open into the direction of the positive y-axis, determined by the ObjectPlacement at IfcDoor
- 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_DOOR_FOLDING
|
Door with two panels, one is folding to the left, the other is folding to the right. |
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_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. |
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. |
DOUBLE_DOOR_SLIDING
|
Door with two panels, one is sliding to the left the other is sliding to the right. |
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_RIGHT
|
Door with one panel that swings in both directions and to the right in the main traffic direction. Also called double acting door. |
FOLDING_TO_LEFT
|
Door with one panel that is folding to the left. |
FOLDING_TO_RIGHT
|
Door with one panel that is folding to the right. |
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_VERTICAL
|
Revolving vertical |
ROLLINGUP
|
Door that opens by rolling up. |
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_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. |
SLIDING_TO_LEFT
|
Door with one panel that is sliding to the left. |
SLIDING_TO_RIGHT
|
Door with one panel that is sliding to the right. |
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. |
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. |
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. |
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;