IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Door panel positions
Figure 7.1.2.2.A — Door panel positions

7.1.2.2.2 Type values

Type Description
LEFT

Left

MIDDLE

Middle

RIGHT

Right

NOTDEFINED

Not defined.

Table 7.1.2.2.B

7.1.2.2.3 Formal representation

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

7.1.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!