POR000 Port connectivity and nesting - v1

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 |     Given an .IfcDistributionPort.
013 |     Given its attribute .ConnectedFrom.
014 |     Given [its entity type] ^is^ 'IfcRelConnectsPorts'
015 |     Given its attribute .RelatingPort.
016 |     Given [its entity type] ^is^ 'IfcDistributionPort'
017 |
018 |     Then The IFC model contains information on port connectivity and nesting
019 |

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.6.6

2024-08-05

e115e401

view