QTY000 Quantities for objects - v1

001 | @implementer-agreement
002 | @QTY
003 | @version1
004 |
005 | Feature: QTY000 - Quantities for Objects
006 |     The rule verifies the presence of IFC entities used to define quantities of elements, such as their dimensions, volume, area, weight.
007 |     https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Object_Definition/Quantity_Sets/content.html
008 |
009 |
010 |     Scenario: Check for activation
011 |
012 |     Given an .IfcObject.
013 |     Given its attribute .IsDefinedBy.
014 |     Given [its entity type] ^is^ 'IfcRelDefinesByProperties'
015 |     Given its attribute .RelatingPropertyDefinition.
016 |     Given [its entity type] ^is^ 'IfcElementQuantity'
017 |
018 |     Then The IFC model contains information on quantities of elements
019 |

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.6.6

2024-08-19

76eeaaff

view