IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

7.1.8.5 PEnum_WindowPanelPositionEnum(窗扇位置属性枚举)

7.1.8.5.1 语义定义

此枚举定义了窗扇在窗户类型中的基本配置。窗户配置适用于具有一个、两个或三个窗扇(包括固定窗扇)的窗户,如图 1 所示。它对应于 IfcWindowType 定义中的 OperationType,该定义引用了 IfcWindowPanelProperties

超过三个窗扇的窗户应仅通过几何定义。此类窗户的类型由 IfcWindowType.PartitioningType = USERDEFINED 或 NOTDEFINED(有关详细信息,请参阅 IfcWindowTypePartitioningEnum)给出。

IfcWindowTypePartitioningEnum 中的枚举值 IfcWindowPanelPositionEnum 中枚举值的用法
DoublePanelVertical(双扇竖向分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = LEFT
第二个 IfcWindowPanelProperties 的 PanelPosition = RIGHT
图 7.1.8.5.A
DoublePanelHorizontal(双扇横向分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = TOP
第二个 IfcWindowPanelProperties 的 PanelPosition = BOTTOM
图 7.1.8.5.B
TriplePanelVertical(三扇竖向分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = LEFT
第二个 IfcWindowPanelProperties 的 PanelPosition = MIDDLE
第三个 IfcWindowPanelProperties 的 PanelPosition = RIGHT
图 7.1.8.5.C
TriplePanelHorizontal(三扇横向分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = TOP
第二个 IfcWindowPanelProperties 的 PanelPosition = MIDDLE
第三个 IfcWindowPanelProperties 的 PanelPosition = BOTTOM
图 7.1.8.5.D
TriplePanelBottom(三扇下部分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = LEFT
第二个 IfcWindowPanelProperties 的 PanelPosition = RIGHT
第三个 IfcWindowPanelProperties 的 PanelPosition = BOTTOM
图 7.1.8.5.E
TriplePanelTop(三扇上部分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = TOP
第二个 IfcWindowPanelProperties 的 PanelPosition = LEFT
第三个 IfcWindowPanelProperties 的 PanelPosition = RIGHT
图 7.1.8.5.F
TriplePanelLeft(三扇左侧分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = LEFT
第二个 IfcWindowPanelProperties 的 PanelPosition = TOP
第三个 IfcWindowPanelProperties 的 PanelPosition = BOTTOM
图 7.1.8.5.G
TriplePanelRight(三扇右侧分格) 第一个 IfcWindowPanelProperties 的 PanelPosition = TOP
第二个 IfcWindowPanelProperties 的 PanelPosition = BOTTOM
第三个 IfcWindowPanelProperties 的 PanelPosition = RIGHT
图 7.1.8.5.H
表 7.1.8.5.I

沿革 在 IFC2.0 中新增的枚举类型。

注意:

  1. 图示为从窗户局部坐标系的 XZ 平面看向正 Y 轴方向的立面图。
  2. 这些图示仅为说明目的。

7.1.8.5.2 类型值

类型 描述
BOTTOM(下)

LEFT(左)

MIDDLE(中)

RIGHT(右)

TOP(上)

OTHER(其他)

其他。

NOTKNOWN(未知)

未知。

UNSET(未设置)

未设置。

表 7.1.8.5.J