IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

6.1.3.30 IfcRelCoversSpaces

DEPRECATED This definition will be removed in a future major release of this standard

6.1.3.30.1 Semantic definition

The objectified relationship, IfcRelCoversSpace, relates a space object to one or many coverings, which faces (or is assigned to) the space.

The IFC specification provides two relationships:

Whether the relationship between the covering and the space, or between the covering and the element, is regarded as primary, has to be determined within the context of a model view definition.

6.1.3.30.2 Entity inheritance

6.1.3.30.3 Attributes

# Attribute Type Description
IfcRoot (4)
Click to show 4 hidden inherited attributes
IfcRelCoversSpaces (2)
5 RelatingSpace IfcSpace

Relationship to the space object that is covered.

6 RelatedCoverings SET [1:?] OF IfcCovering

Relationship to the set of coverings that cover surfaces of this space.

Table 6.1.3.30.A

6.1.3.30.4 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 6.1.3.30.B

6.1.3.30.5 Formal representation

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

6.1.3.30.6 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.3.30.7 Changelog

6.1.3.30.7.1 IFC4

  • attribute RelatedSpace name, Changed from "RelatedSpace" to "RelatingSpace"
  • deprecated, Is now deprecated

6.1.3.30.7.2 IFC4.2

  • deprecated, Is no longer deprecated

6.1.3.30.7.3 IFC4.3_DEV_738df036

  • deprecated, Is now deprecated