mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
purging of cost and task inverse relationships in ifcopenshell.api, and amendement to cost item values editing UX in BlenderBIM
This commit is contained in:
@@ -25,4 +25,6 @@ class Usecase:
|
||||
ifcopenshell.api.run("sequence.remove_task", self.file, task=related_object)
|
||||
elif inverse.RelatedObjects == tuple(self.settings["task"]):
|
||||
self.file.remove(inverse)
|
||||
elif inverse.is_a("IfcRelAssignsToControl"):
|
||||
self.file.remove(inverse)
|
||||
self.file.remove(self.settings["task"])
|
||||
|
||||
Reference in New Issue
Block a user