IFC 4.3.2.20250905 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

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.

Particularly floorings, ceilings and wall coverings, such as claddings or tiling are often considered as space coverings, rather then wall or slab coverings. In some life cycle phases, such as the operation phase, the relationship is always made to the space.

The IFC specification provides two relationships:

This relationship is now deprecated and replaced by IfcRelAggregates.
  • IfcRelCoversSpaces to assign coverings to spaces
  • This relationship is now deprecated and replaced by IfcRelContainedInSpatialStructure.

    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.

    New entity in IFC2x3. The relationship IfcRelCoversSpace shall not be used anymore, use IfcRelContainedInSpatialStructure instead.

    6.1.3.30.2 Entity inheritance

    6.1.3.30.3 Attributes

    # Attribute Type Description
    IfcRoot (4)
    1 GlobalId IfcGloballyUniqueId

    Assignment of a globally unique identifier within the entire software world.

    2 OwnerHistory OPTIONAL IfcOwnerHistory

    Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,

    Only the last modification is stored - either as addition, deletion or modification. The attribute has been changed to be OPTIONAL.
    3 Name OPTIONAL IfcLabel

    Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule.

    4 Description OPTIONAL IfcText

    Optional description, provided for exchanging informative comments.

    Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes
    IfcRelCoversSpaces (2)
    5 RelatingSpace IfcSpace

    Relationship to the space object that is covered.

    The attribute name has been changed from RelatedSpace to RelatingSpace with upward compatibility for file based exchange.
    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)
    Revision Control General

    Ownership, history, and merge state is captured using IfcOwnerHistory.

    Software Identity General

    IfcRoot assigns the globally unique ID. In addition it may provide for a name and a description about the concept.

    Click to show 2 hidden inherited concepts Click to hide 2 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_33fdbb94

    • deprecated, Is now deprecated