GRF003 CRS presence with spatial entities - v1

001 | @industry-practice
002 | @no-activation
003 | @GRF
004 | @version1
005 | Feature: GRF003 - CRS presence with spatial entities
006 | The rule verifies that proper georeferencing using a coordinate reference system is established when facilities such as buildings or bridges are present in a model.
007 | Models containing IfcFacility must contain a IfcProjectedCRS or IfcGeographicCRS.
008 |
009 |
010 |     Scenario: CRS required when IfcBuilding is present
011 |
012 |     Given a model with Schema 'IFC4'
013 |     Given an .IfcBuilding.
014 |
015 |     Then There must be at least 1 instance(s) of .IfcProjectedCRS.
016 |
017 |     Scenario: CRS required when IfcFacility is present
018 |
019 |     Given a model with Schema 'IFC4.3'
020 |     Given an .IfcFacility.
021 |
022 |     Then There must be at least 1 instance(s) of .IfcCoordinateReferenceSystem.

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.7

2025-06-19

72606df1

view