mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Dumb slabs now auto update thickness based on layer thickness and type changes.
This commit is contained in:
@@ -20,4 +20,4 @@ class Usecase:
|
||||
continue
|
||||
related_objects = set(rel.RelatedObjects)
|
||||
related_objects.remove(self.settings["product"])
|
||||
rel.RelatedObjects = list(related_object)
|
||||
rel.RelatedObjects = list(related_objects)
|
||||
|
||||
Reference in New Issue
Block a user