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  :  IfcElement;
END_ENTITY;

Attribute definitions:

RelatingOpeningElement  :  Opening Element being filled by virtue of this relationship.
RelatedBuildingElement  :  Reference to building element that occupies fully or partially the associated opening.
IFC2x PLATFORM CHANGE: The data type has been changed from IfcBuildingElement to IfcElement with upward compatibility

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  :  IfcElement;
END_ENTITY;