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.
The IFC specification provides two relationships:
- IfcRelCoversBldgElements to assign coverings to elements.
- IfcRelCoversSpaces to assign coverings to spaces
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
-
- 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) | |||
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. |
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) | |||
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;