Navigation

IfcRelCoversBldgElements

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

HISTORY New Entity in IFC Release 1.5

EXPRESS specification:

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

Attribute definitions:

RelatingBuildingElement  :  Relationship to the Building Element that is covered.
RelatedCoverings  :  Relationship to the List of Coverings at this Building Element.

References (2):

Name Type Referred through Express-G
IfcCovering Entity
Attribute 'Covers'
Diagram 5
IfcRelConnects Entity
Subtype
Diagram 5

Inheritance graph

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