BLT000 Built elements - v1

001 | @implementer-agreement
002 | @BLT
003 | @version1
004 |
005 | Feature: BLT000 - Built Elements
006 | The rule verifies the presence of IFC entities used to represent various building and infrastructure elements,
007 | including walls, floors, roofs, stairs, doors, windows, columns, road pavements, bridge decks, railway track elements, etc.
008 |
009 | Scenario: Check for activation - IFC4X3
010 |
011 |     Given A model with Schema 'IFC4.3'
012 |     Given an .IfcBuiltElement.
013 |
014 |     Then The IFC model contains information on the selected functional part
015 |
016 |
017 | Scenario: Check for activation - IFC2X3 or IFC4
018 |
019 |     Given A model with Schema 'IFC2X3' or 'IFC4'
020 |     Given an .IfcBuildingElement.
021 |
022 |     Then The IFC model contains information on the selected functional part

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.3

2025-03-26

65379975

view