``LIP000`` Linear Placement - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@LIP 003 | \@version1 004 | 005 | Feature: LIP000 - Linear Placement 006 | The rule verifies the presence of IFC entities used to position elements relative to an IfcLinearPositioningElement 007 | in accordance with the ISO 19148 Linear referencing standard. 008 | https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Product\_Shape/Product\_Placement/Product\_Linear\_Placement/content.html 009 | 010 | Scenario: Check for activation 011 | 012 | :doc:`Given an .IfcProduct. ` 013 | :doc:`Given its attribute .ObjectPlacement. ` 014 | :doc:`Given [its entity type] ^is^ 'IfcLinearPlacement' ` 015 | 016 | :doc:`Then The IFC model contains information on the selected functional part ` 017 | 018 | .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.6.11` - 2025-02-02 - :commit:`751efeb9e6b1ca5fbcfbb7705bd07b362036b1bb` - `view `_