IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.4.3.53 IfcRelFillsElement

RV ⓘ
AbV ⓘ

5.4.3.53.1 Semantic definition

IfcRelFillsElement is an objectified relationship between an opening element and an element that fills (or partially fills) the opening element. It is an one-to-one relationship.

As shown in Figure 5.4.3.53.A, the insertion of a door into a wall is represented by two separate relationships. First the door opening is created within the wall by IfcWall <-- IfcRelVoidsElement --> IfcOpeningElement, then the door is inserted within the opening by IfcOpeningElement <-- IfcRelFillsElement --> IfcDoor. The red mark in the figure indicates that there shall be no IfcRelContainedInSpatialStructure relationship that connects the opening to the spatial container of the wall.

relationships for filling
Figure 5.4.3.53.A — Relationships for element filling

5.4.3.53.2 Entity inheritance

5.4.3.53.3 Attributes

# Attribute Type Description
IfcRoot (4)
Click to show 4 hidden inherited attributes
IfcRelFillsElement (2)
5 RelatingOpeningElement IfcOpeningElement

Opening Element being filled by virtue of this relationship.

6 RelatedBuildingElement IfcElement

Reference to element that occupies fully or partially the associated opening.

Table 5.4.3.53.B

5.4.3.53.4 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.4.3.53.C

5.4.3.53.5 Formal representation

ENTITY IfcRelFillsElement
SUBTYPE OF (IfcRelConnects);
RelatingOpeningElement : IfcOpeningElement;
RelatedBuildingElement : IfcElement;
END_ENTITY;

5.4.3.53.6 References