mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
more tests for ifc2x3
This commit is contained in:
@@ -34,3 +34,7 @@ class TestCopyBoundary(test.bootstrap.IFC4):
|
||||
boundary2 = ifcopenshell.api.run("boundary.copy_boundary", self.file, boundary=boundary)
|
||||
assert boundary2.ConnectionGeometry.is_a("IfcConnectionSurfaceGeometry")
|
||||
assert boundary2.ConnectionGeometry != boundary.ConnectionGeometry
|
||||
|
||||
|
||||
class TestCopyBoundaryIFC2X3(test.bootstrap.IFC2X3, TestCopyBoundary):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user