``GRF003`` CRS presence with spatial entities - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 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 | :doc:`Given a model with Schema 'IFC4' ` 013 | :doc:`Given an .IfcBuilding. ` 014 | 015 | :doc:`Then There must be at least 1 instance(s) of .IfcProjectedCRS. ` 016 | 017 | Scenario: CRS required when IfcFacility is present 018 | 019 | :doc:`Given a model with Schema 'IFC4.3' ` 020 | :doc:`Given an .IfcFacility. ` 021 | 022 | :doc:`Then There must be at least 1 instance(s) of .IfcCoordinateReferenceSystem. ` .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.7.7` - 2025-06-19 - :commit:`72606df14e06bf3ac21fd0b04a6d1b8a073040c1` - `view `_