mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
tests for system.get_connected_to / get_connected_from
This commit is contained in:
@@ -84,7 +84,6 @@ def get_connected_port(port):
|
||||
return rel.RelatingPort
|
||||
|
||||
|
||||
# TODO: cover in tests
|
||||
def get_connected_to(element):
|
||||
results = []
|
||||
for port in ifcopenshell.util.system.get_ports(element):
|
||||
@@ -102,7 +101,6 @@ def get_connected_to(element):
|
||||
return results
|
||||
|
||||
|
||||
# TODO: cover in tests
|
||||
def get_connected_from(element):
|
||||
results = []
|
||||
for port in ifcopenshell.util.system.get_ports(element):
|
||||
|
||||
Reference in New Issue
Block a user