Navigation

IfcRelFillsElement

Definition from IAI: Objectified relationship between an opening element and building elements that fill (or partially fill) the opening element.

HISTORY New entity in IFC Release 1.0
ISSUE See issue log for changes made in IFC Release 1.5.1.

EXPRESS specification:

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

Attribute definitions:

RelatingOpeningElement  :  Opening Element being filled by virtue of this relationship.
RelatedBuildingElement  :  Element that occupy fully or partially the associated opening.

References (3):

Name Type Referred through Express-G
IfcBuildingElement Entity
Attribute 'FillsVoids'
Diagram 4
IfcOpeningElement Entity
Attribute 'HasFillings'
Diagram 4
IfcRelConnects Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcRelFillsElement;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelConnects;
ENTITY IfcRelFillsElement;
RelatingOpeningElement  :  IfcOpeningElement;
RelatedBuildingElement  :  IfcBuildingElement;
END_ENTITY;