``LIP002`` Linear placement fallback coordinates - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@industry-practice 002 | \@LIP 003 | \@version1 004 | Feature: LIP002 - Linear placement fallback coordinates 005 | The rule verifies that all linear placements include the CartesianPosition attribute 006 | and that the provided values correspond to the calculated placement defined by the RelativePlacement attribute 007 | 008 | Background: 009 | :doc:`Given A model with Schema 'IFC4.3' ` 010 | :doc:`Given An .IfcLinearPlacement. ` 011 | 012 | Scenario: Confirm the presence of CartesianPosition 013 | 014 | :doc:`Then the value of attribute .CartesianPosition. must be ^not empty^ ` 015 | 016 | Scenario: Confirm the values of CartesianPosition 017 | 018 | :doc:`Then .CartesianPosition. must be *equal to* [the calculated linear placement] ` 019 | .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.7.3` - 2025-03-26 - :commit:`9d9dcb51703afb911663e83154b8913ab8c346d0` - `view `_