``LAY000`` Presentation layer assignment - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@LAY 003 | \@version1 004 | 005 | Feature: LAY000 - Presentation Layer Assignment 006 | The rule verifies the presence of IFC entities used to assign layers (also known as, CAD layer) to collection of elements. 007 | This is used mainly for grouping and visibility control, and in general to organise geometry into groups that may be shown or hidden. 008 | https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Product\_Shape/Product\_Geometry\_Layer/content.html 009 | 010 | 011 | Scenario: Layer assignment to representation 012 | 013 | :doc:`Given an .IfcProduct. ` 014 | :doc:`Given its attribute .Representation. ` 015 | :doc:`Given its attribute .Representations. ` 016 | :doc:`Given its attribute .LayerAssignments. ` 017 | 018 | :doc:`Then The IFC model contains information on the selected functional part ` 019 | 020 | 021 | Scenario: Layer assignment to representation items 022 | 023 | :doc:`Given an .IfcProduct. ` 024 | :doc:`Given its attribute .Representation. ` 025 | :doc:`Given its attribute .Representations. ` 026 | :doc:`Given its attribute .Items. ` 027 | :doc:`Given its attribute .LayerAssignment. ` 028 | 029 | :doc:`Then The IFC model contains information on the selected functional part ` 030 | .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.6.7` - 2024-09-20 - :commit:`b558aa7f95b17d6f3d465160f3b99b82510c5c63` - `view `_