nest.assign_object to support ifc2x3

This commit is contained in:
Andrej730
2024-04-10 15:54:04 +05:00
parent 239ab5b587
commit 81ff9c168e
5 changed files with 45 additions and 18 deletions
@@ -775,6 +775,10 @@ class TestGetNestIFC4(test.bootstrap.IFC4):
assert subject.get_nest(subelement) == element
class TestGetNestIFC2X3(test.bootstrap.IFC2X3, TestGetNestIFC4):
pass
class TestReplaceAttributeIFC4(test.bootstrap.IFC4):
def test_replacing_an_elements_attribute(self):
element = self.file.createIfcWall("foo")