IfcDoorPanelPositionEnum

Natural language names
Door Panel Position Enum
Énumération de la position du panneau de porte
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcDoorPanelPositionEnumMOVEDSchema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN.
Semantic definitions at the type
Type definition

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

Enumeration definition
ConstantDescription
LEFT
MIDDLE
RIGHT
NOTDEFINED
Formal representations
XML Specification
 <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>
EXPRESS Specification
TYPE IfcDoorPanelPositionEnum = ENUMERATION OF (
 LEFT,
 MIDDLE,
 RIGHT,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDoorPanelProperties

Link to this page  Link to this page