``AXG000`` Axis Geometry - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@AXG 003 | \@version1 004 | 005 | Feature: AXG000 - Axis Geometry 006 | The rule verifies the presence of IFC entities used to representing the geometry using a set of axes, where each axis consists of a position in 3D space and a direction vector. 007 | This can be useful for representing geometry that follows a certain pattern or direction, such as walls, beams, columns, or other elements. 008 | In IFC, axis geometry can be represented using the IfcCartesianPoint and IfcDirection classes, which define the position and direction of the axes, respectively. 009 | 010 | 011 | Scenario: Check for activation 012 | 013 | :doc:`Given an .IfcProduct. ` 014 | :doc:`Given its attribute .Representation. ` 015 | :doc:`Given its attribute .Representations. ` 016 | :doc:`Given .RepresentationIdentifier. ^is^ 'Axis' ` 017 | 018 | :doc:`Then The IFC model contains information on the selected functional part ` 019 | .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.7.4` - 2025-04-03 - :commit:`4f1278b8b933ed20bffb969cdd05eb2dba0179d5` - `view `_