``ASM000`` Composed elements - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@ASM 003 | \@version1 004 | 005 | Feature: ASM000 - Composed elements 006 | The rule verifies the presence of IFC entities used to model elements composed of / constructed by other elements. 007 | For example, a roof might be assembled from a series of prefabricated truss components. 008 | https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Object\_Composition/Aggregation/Element\_Composition/content.html 009 | 010 | 011 | Scenario: Check for activation 012 | 013 | :doc:`Given an .IfcElement. ` 014 | :doc:`Given its attribute .Decomposes. ` 015 | :doc:`Given [its entity type] ^is^ 'IfcRelAggregates' ` 016 | :doc:`Given its attribute .RelatingObject. ` 017 | :doc:`Given [its entity type] ^is^ 'IfcElement' ^including subtypes^ ` 018 | 019 | :doc:`Then The IFC model contains information on the selected functional part ` 020 | .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.6.6` - 2024-08-15 - :commit:`bcc7cca5f723d58b0dcb11c30f96b37f8b8a818f` - `view `_