From 30ea676367801e8f92d25c8abb83edadd1610f69 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:50:33 +0100 Subject: [PATCH] BIM: add processSubShapes to ArchSpace.py Fixes #24579. --- src/Mod/BIM/ArchSpace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/ArchSpace.py b/src/Mod/BIM/ArchSpace.py index 216e1884b0..bdd266308c 100644 --- a/src/Mod/BIM/ArchSpace.py +++ b/src/Mod/BIM/ArchSpace.py @@ -489,7 +489,7 @@ class _Space(ArchComponent.Component): if shape: if shape.Solids: # print("setting objects shape") - shape = shape.Solids[0] + shape = self.processSubShapes(obj, shape.Solids[0], pl) self.applyShape(obj, shape, pl) if hasattr(obj.HorizontalArea, "Value"): if hasattr(obj, "AreaCalculationType"):