6.1.3.29 IfcRelCoversBldgElements
6.1.3.29.1 Semantic definition
The IfcRelCoversBldgElements relationship is an objectified relationship between an element and one to many coverings, which cover that element.
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.29.2 Entity inheritance
-
- IfcRelCoversBldgElements
- IfcRelConnectsElements
- IfcRelConnectsPortToElement
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelConnectsStructuralMember
- IfcRelContainedInSpatialStructure
- IfcRelCoversSpaces
- IfcRelFillsElement
- IfcRelFlowControlElements
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
6.1.3.29.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcRelCoversBldgElements (2) | |||
5 | RelatingBuildingElement | IfcElement |
Relationship to the element that is covered. It includes building elements for coverings such as flooring or cladding, or distribution elements for coverings such as sleeving or wrapping. |
6 | RelatedCoverings | SET [1:?] OF IfcCovering |
Relationship to the set of coverings that are assigned to this element. |
6.1.3.29.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
6.1.3.29.5 Formal representation
ENTITY IfcRelCoversBldgElements SUBTYPE OF (IfcRelConnects); RelatingBuildingElement : IfcElement; RelatedCoverings : SET [1:?] OF IfcCovering; END_ENTITY;