6.1.3.30 IfcRelCoversSpaces
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:
- IfcRelCoversBldgElements to assign coverings to elements.
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
-
- IfcRelCoversSpaces
- IfcRelConnectsElements
- IfcRelConnectsPortToElement
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelConnectsStructuralMember
- IfcRelContainedInSpatialStructure
- IfcRelCoversBldgElements
- IfcRelFillsElement
- IfcRelFlowControlElements
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
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. |
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 |
6.1.3.30.5 Formal representation
ENTITY IfcRelCoversSpaces
SUBTYPE OF (IfcRelConnects);
RelatingSpace : IfcSpace;
RelatedCoverings : SET [1:?] OF IfcCovering;
END_ENTITY;