Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelCoversBldgElements

Definition from IAI: Objectified relationship between an element and one to many coverings, which do cover the building element.

HISTORY New Entity in IFC Release 1.5
IFC2x PLATFORM CHANGE: The data type of the attributeRelatingElement has been changed from IfcBuildingElement to its supertype IfcElement with upward compatibility for file based exchange.

EXPRESS specification:

ENTITY IfcRelCoversBldgElements
SUBTYPE OF ( IfcRelConnects);
RelatingBuildingElement  :  IfcElement;
RelatedCoverings  :  SET [1:?] OF IfcCovering;
END_ENTITY;

Attribute definitions:

RelatingBuildingElement  :  Relationship to the element that is covered.
RelatedCoverings  :  Relationship to the set of coverings at this element.

Inheritance graph

ENTITY IfcRelCoversBldgElements;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelConnects;
ENTITY IfcRelCoversBldgElements;
RelatingBuildingElement  :  IfcElement;
RelatedCoverings  :  SET [1:?] OF IfcCovering;
END_ENTITY;