Door Style Operation Enum |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 |
---|---|---|---|---|
IfcDoorStyleOperationEnum | MOVED | Schema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN. | IFC2x3 to IFC4 4.0.0.0 | |
IfcDoorStyleOperationEnum | MOVED | Schema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN. |
This enumeration defines the basic ways to describe how doors operate as shown in Figure 284.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Figure 284 — Door style operations |
HISTORY New enumeration in IFC2x.
NOTE
Constant | Description |
---|---|
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 swings in both directions and to the right in the main trafic direction. Also called double acting door. |
DOUBLE_DOOR_SINGLE_SWING | Door with two panels, one swings in both directions and to the right in the main trafic direction the other swings also in both directions and to the left in the main trafic direction. |
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_SWING_LEFT | |
DOUBLE_SWING_RIGHT | |
DOUBLE_DOOR_DOUBLE_SWING | |
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. |
DOUBLE_DOOR_SLIDING | Door with two panels, one is sliding to the left the other is sliding to the right. |
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. |
DOUBLE_DOOR_FOLDING | Door with two panels, one is folding to the left the other is folding to the 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). |
ROLLINGUP | Door that opens by rolling up. |
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. |
<xs:simpleType name="IfcDoorStyleOperationEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="single_swing_left"/>
<xs:enumeration value="single_swing_right"/>
<xs:enumeration value="double_door_single_swing"/>
<xs:enumeration value="double_door_single_swing_opposite_left"/>
<xs:enumeration value="double_door_single_swing_opposite_right"/>
<xs:enumeration value="double_swing_left"/>
<xs:enumeration value="double_swing_right"/>
<xs:enumeration value="double_door_double_swing"/>
<xs:enumeration value="sliding_to_left"/>
<xs:enumeration value="sliding_to_right"/>
<xs:enumeration value="double_door_sliding"/>
<xs:enumeration value="folding_to_left"/>
<xs:enumeration value="folding_to_right"/>
<xs:enumeration value="double_door_folding"/>
<xs:enumeration value="revolving"/>
<xs:enumeration value="rollingup"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcDoorStyleOperationEnum = ENUMERATION OF (
SINGLE_SWING_LEFT,
SINGLE_SWING_RIGHT,
DOUBLE_DOOR_SINGLE_SWING,
DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT,
DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT,
DOUBLE_SWING_LEFT,
DOUBLE_SWING_RIGHT,
DOUBLE_DOOR_DOUBLE_SWING,
SLIDING_TO_LEFT,
SLIDING_TO_RIGHT,
DOUBLE_DOOR_SLIDING,
FOLDING_TO_LEFT,
FOLDING_TO_RIGHT,
DOUBLE_DOOR_FOLDING,
REVOLVING,
ROLLINGUP,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcDoorStyle