``ALB030`` Alignment local placement - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@ALB 003 | \@version1 004 | 005 | Feature: ALB030 - Alignment local placement 006 | The rule verifies that the ObjectPlacement attribute of every instance of IfcAlignment is of type IfcLocalPlacement. 007 | While the schema allows other placement types (Grid or Linear), this rule ensures that IfcLocalPlacement is used for all alignments. 008 | 009 | Scenario: Every instance of IfcAlignment must have an ObjectPlacement of type IfcLocalPlacement 010 | :doc:`Given A model with Schema 'IFC4.3' ` 011 | :doc:`Given An .IfcAlignment. ` 012 | :doc:`Given Its attribute .ObjectPlacement. ` 013 | 014 | :doc:`Then [Its Entity Type] ^is^ 'IfcLocalPlacement' ` .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.6.8` - 2024-10-21 - :commit:`5c0e672eadc6b77075ba4c8f709e5c487b0fb82b` - `view `_