Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelCoversSpaces

Definition from IAI: The objectified relationship, IfcRelCoversSpace, relates a space object to one to many coverings, which faces (or are assigned) to the space.

HISTORY  New Entity in Release IFC 2x Edition 3.

EXPRESS specification:

ENTITY IfcRelCoversSpaces
SUBTYPE OF ( IfcRelConnects);
RelatedSpace  :  IfcSpace;
RelatedCoverings  :  SET [1:?] OF IfcCovering;
END_ENTITY;

Attribute definitions:

RelatedSpace  :  Relationship to the space object that is covered.
RelatedCoverings  :  Relationship to the set of coverings covering this space.

Inheritance graph

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