7.1.3.5 IfcWindowPanelProperties
7.1.3.5.1 Semantic definition
A window panel is a casement, that is, a component, fixed or opening, consisting essentially of a frame and the infilling. The infilling of a window panel is normally glazing. The way of operation is defined in the operation type.
The IfcWindowPanelProperties are used to parametrically describe the shape and operation of window panels. The parametric definition can be added solely or additionally to the explicit shape representation of the window.
The IfcWindowType can define windows consisting of more then one panel. In this case, one instance of IfcWindowPanelProperties has to be included for each window panel. The PanelPosition attribute, in conjunction with the IfcWindowType.OperationType attribute, determines to which panel the IfcWindowPanelProperties_apply. The _IfcWindowPanelProperties are included in the list of properties (HasPropertySets) of the IfcWindowType. More information about the window panel can be included in the same list of the IfcWindowType using the IfcPropertySet for dynamic extensions.
The IfcWindowPanelProperties does not hold an own geometric representation. However it defines parameter, which can be used to create the shape of the IfcWindowType (which is inserted by the IfcWindow into the spatial context of the project). The parameters at the IfcWindowPanelProperties define a standard window panel. The outer boundary of the lining is determined by the 'Profile' shape representation assigned to the IfcWindow, which inserts the IfcWindowType. It has to take the lining parameter into account as well. The position of the window panel within the overall window is determined by the PanelPosition attribute.
As shown in Figure 7.1.3.5.A, the panel is applied to the position within the lining as defined by the panel position attribute. The following parameter apply to that panel: FrameDepth, FrameThickness.

7.1.3.5.2 Entity inheritance
7.1.3.5.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
IfcPropertyDefinition (2) | |||
IfcPropertySetDefinition (3) | |||
Click to show 9 hidden inherited attributes Click to hide 9 inherited attributes | |||
IfcWindowPanelProperties (5) | |||
5 | OperationType | IfcWindowPanelOperationEnum |
Types of window panel operations. Also used to assign standard symbolic presentations according to national building standards. |
6 | PanelPosition | IfcWindowPanelPositionEnum |
Position of this panel within the overall window style. |
7 | FrameDepth | OPTIONAL IfcPositiveLengthMeasure |
Depth of panel frame, measured from front face to back face horizontally (i.e. perpendicular to the window (elevation) plane. |
8 | FrameThickness | OPTIONAL IfcPositiveLengthMeasure |
Width of panel frame, measured from inside of panel (at glazing) to outside of panel (at lining), i.e. parallel to the window (elevation) plane. |
9 | ShapeAspectStyle | OPTIONAL IfcShapeAspect |
Optional link to a shape aspect definition, which points to the part of the geometric representation of the window style, which is used to represent the panel.
|
7.1.3.5.4 Formal propositions
Name | Description | ||||||
---|---|---|---|---|---|---|---|
ApplicableToType |
The IfcWindowPanelProperties shall only be used in the context of an IfcDoorType. |
||||||
|
7.1.3.5.5 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
7.1.3.5.6 Formal representation
ENTITY IfcWindowPanelProperties SUBTYPE OF (IfcPreDefinedPropertySet); OperationType : IfcWindowPanelOperationEnum; PanelPosition : IfcWindowPanelPositionEnum; FrameDepth : OPTIONAL IfcPositiveLengthMeasure; FrameThickness : OPTIONAL IfcPositiveLengthMeasure; ShapeAspectStyle : OPTIONAL IfcShapeAspect; WHERE ApplicableToType : (EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1])) AND ('IFC4X3_DEV_738df036.IFCWINDOWTYPE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])); END_ENTITY;