``BBX001`` Bounding box shape representation - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@BBX 003 | \@version1 004 | 005 | Feature: BBX001 - Bounding Box Shape Representation 006 | The rule verifies the correct use of Bounding Box as shape representation. 007 | 008 | Background: 009 | :doc:`Given an .IfcProduct. ` 010 | :doc:`Given Its attribute .Representation. ` 011 | :doc:`Given Its attribute .Representations. ` 012 | 013 | 014 | Scenario: Correct Type 015 | 016 | :doc:`Given .RepresentationIdentifier. ^is^ 'Box' ` 017 | 018 | :doc:`Then .RepresentationType. ^is^ 'BoundingBox' ` 019 | 020 | 021 | Scenario: Correct Identifier 022 | 023 | :doc:`Given .RepresentationType. ^is^ 'BoundingBox' ` 024 | 025 | :doc:`Then .RepresentationIdentifier. ^is^ 'Box' ` .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.7.4` - 2025-03-29 - :commit:`8d29b04d41160bb2ab4f269ce610e0a207850a47` - `view `_