mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
ifc2x3 tests
This commit is contained in:
@@ -33,3 +33,7 @@ class TestCreateGridAxis(test.bootstrap.IFC4):
|
||||
"grid.create_grid_axis", self.file, axis_tag="axis_tag", same_sense=True, uvw_axes="UAxes", grid=grid
|
||||
)
|
||||
assert grid.UAxes == (axis, axis2)
|
||||
|
||||
|
||||
class TestCreateGridAxisIFC2X3(test.bootstrap.IFC2X3, TestCreateGridAxis):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user