7.1.2.2 IfcDoorPanelPositionEnum
7.1.2.2.1 Semantic definition
This enumeration defines the basic ways to describe the location of a door panel within a door lining.
Figure 7.1.2.2.A 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.
7.1.2.2.2 Type values
7.1.2.2.3 Formal representation
TYPE IfcDoorPanelPositionEnum = ENUMERATION OF
(LEFT
,MIDDLE
,RIGHT
,NOTDEFINED);
END_TYPE;