mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
You can now delete a type when managing types
This commit is contained in:
@@ -158,7 +158,6 @@ class Usecase:
|
||||
return self.added_elements[element.id()]
|
||||
new = self.file.add(element)
|
||||
self.added_elements[element.id()] = new
|
||||
self.check_inverses(element)
|
||||
for subelement in self.settings["library"].traverse(element):
|
||||
self.check_inverses(subelement)
|
||||
return new
|
||||
|
||||
Reference in New Issue
Block a user