BBX001 Bounding box shape representation - v1

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 |     Given an .IfcProduct.
010 |     Given Its attribute .Representation.
011 |     Given Its attribute .Representations.
012 |
013 |
014 |     Scenario: Correct Type
015 |
016 |         Given .RepresentationIdentifier. ^is^ 'Box'
017 |
018 |         Then .RepresentationType. ^is^ 'BoundingBox'
019 |
020 |
021 |     Scenario: Correct Identifier
022 |
023 |         Given .RepresentationType. ^is^ 'BoundingBox'
024 |
025 |         Then .RepresentationIdentifier. ^is^ 'Box'

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.4

2025-03-29

8d29b04d

view