SPS008 Spatial container representations - v1

001 | @industry-practice
002 | @SPS
003 | @version1
004 |
005 | Feature: SPS008 - Spatial Container Representations
006 |   The rule verifies that certain spatial containers do not have a geometric representation,
007 |   but are rather solely a container for other elements or aggregated into other facility parts.
008 |
009 |
010 |   Scenario: Instances of IfcBuildingStorey must not have an independent representation
011 |
012 |     Given an .IfcBuildingStorey.
013 |
014 |     Then .Representation. ^is^ empty
015 |
016 |
017 |   Scenario: Instances of IfcSite must not have an independent representation
018 |
019 |     Given a model with Schema 'IFC4' or 'IFC4.3'
020 |     Given an .IfcSite.
021 |
022 |     Then .Representation. ^is^ empty
023 |
024 |
025 |   Scenario Outline: Instances of infrastructure facilities must not have an independent representation
026 |
027 |     Given a model with Schema 'IFC4.3'
028 |     Given an .<infrastructure_facility>.
029 |
030 |     Then .Representation. ^is^ empty
031 |
032 |     Examples:
033 |
034 |       | infrastructure_facility |
035 |       | IfcBridge               |
036 |       | IfcMarineFacility       |
037 |       | IfcRailway              |
038 |       | IfcRoad                 |
039 |
040 |

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.7

2025-06-10

631cd94e

view