Door Panel Position Enum | |
Énumération de la position du panneau de porte |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcDoorPanelPositionEnum | MOVED | Schema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN. |
This enumeration defines the basic ways to describe the location of a door panel within a door lining.
HISTORY New Enumeration in IFC2x
Figure 287 shows the designation of a door panel with PanelPosition = LEFT and a door panel with PanelPosition = RIGHT within a door style with OperationType = DOUBLE_DOOR_SINGLE_SWING. The position is given as shown in the XZ plane of the local placement, looking into the direction of the positive Y axis.
Figure 287 — Door panel positions |
Constant | Description |
---|---|
LEFT | |
MIDDLE | |
RIGHT | |
NOTDEFINED |
<xs:simpleType name="IfcDoorPanelPositionEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="left"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="right"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcDoorPanelPositionEnum = ENUMERATION OF (
LEFT,
MIDDLE,
RIGHT,
NOTDEFINED);
END_TYPE;
References: IfcDoorPanelProperties