IfcRelFillsElement

Natural language names
deElement als Füllung einer Öffnung - Relation: Relation zwischen einer Tür / Fenster und der Öffnung
enRel Fills Element
frRelation de remplissage
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcRelFillsElement
      OwnerHistoryMODIFIEDInstantiation changed to OPTIONAL.
Semantic definitions at the entity
Entity 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.

NOTE  View definitions or implementer agreements may restrict an opening to be filled by one filling element only.

As shown in Figure 155, 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(StandardCase) <-- IfcRelVoidsElement --> IfcOpeningElement, then the door is inserted within the opening by IfcOpeningElement <-- IfcRelFillsElement --> IfcDoor.

 

relationships for filling

Figure 155 — Relationships for element filling

HISTORY  New entity in IFC1.0
Attribute definitions
#AttributeTypeCardinalityDescription C
5RelatingOpeningElementIfcOpeningElement[1:1] Opening Element being filled by virtue of this relationship. X
6RelatedBuildingElementIfcElement[1:1] Reference to building element that occupies fully or partially the associated opening. X
Inherited definitions from supertypes
Entity inheritance IfcRelConnects IfcRelationship IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcRoot
1GlobalIdIfcGloballyUniqueId[1:1] Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory[0:1] Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
X
3NameIfcLabel[0:1] Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText[0:1] Optional description, provided for exchanging informative comments.X
IfcRelationship
IfcRelConnects
IfcRelFillsElement
5RelatingOpeningElementIfcOpeningElement[1:1] Opening Element being filled by virtue of this relationship. X
6RelatedBuildingElementIfcElement[1:1] Reference to building element that occupies fully or partially the associated opening. X
Definitions applying to Common Use Definitions

Concept inheritance

#ConceptModel View
IfcRoot
Software IdentityCommon Use Definitions
Revision ControlCommon Use Definitions
Examples
Formal representations
XSD Specification
 <xs:element name="IfcRelFillsElement" type="ifc:IfcRelFillsElement" substitutionGroup="ifc:IfcRelConnects" nillable="true"/>
 <xs:complexType name="IfcRelFillsElement">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelConnects">
    <xs:sequence>
     <xs:element name="RelatingOpeningElement" type="ifc:IfcOpeningElement" nillable="true"/>
     <xs:element name="RelatedBuildingElement" type="ifc:IfcElement" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcRelFillsElement
 SUBTYPE OF (IfcRelConnects);
  RelatingOpeningElement : IfcOpeningElement;
  RelatedBuildingElement : IfcElement;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page