mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
ifc2x3 tests
This commit is contained in:
@@ -68,3 +68,7 @@ class TestDisconnectPath(test.bootstrap.IFC4):
|
||||
total_elements = len([e for e in self.file])
|
||||
ifcopenshell.api.run("geometry.disconnect_path", self.file, relating_element=wall2, related_element=wall1)
|
||||
assert len([e for e in self.file]) == total_elements
|
||||
|
||||
|
||||
class TestDisconnectPathIFC2X3(test.bootstrap.IFC2X3, TestDisconnectPath):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user