Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDoorPanelPositionEnum

Definition from IAI: This enumeration defines the basic ways to describe the location of a door panel within a door lining.

HISTORY New Enumeration in IFC Release 2.x

Illustration

The example 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.

EXPRESS specification:

TYPE IfcDoorPanelPositionEnum = ENUMERATION OF
( LEFT,
MIDDLE,
RIGHT,
NOTDEFINED);
END_TYPE;