``POR000`` Port connectivity and nesting - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 001 | \@implementer-agreement 002 | \@POR 003 | \@version1 004 | 005 | Feature: POR000 - Port Connectivity and Nesting 006 | The rule verifies the presence of IFC entities used to define ports (as means for an element to connect to other elements) and the relationship that is made between two ports. 007 | https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Object\_Connectivity/Element\_Connectivity/Port\_Connectivity/content.html 008 | 009 | 010 | Scenario: Check for activation 011 | 012 | :doc:`Given an .IfcDistributionPort. ` 013 | :doc:`Given its attribute .ConnectedFrom. ` 014 | :doc:`Given [its entity type] ^is^ 'IfcRelConnectsPorts' ` 015 | :doc:`Given its attribute .RelatingPort. ` 016 | :doc:`Given [its entity type] ^is^ 'IfcDistributionPort' ` 017 | 018 | :doc:`Then The IFC model contains information on port connectivity and nesting ` 019 | .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.6.6` - 2024-08-05 - :commit:`e115e401f7769da4af017bef85c4f9143627a27c` - `view `_