BIM: add processSubShapes to ArchSpace.py

Fixes #24579.
This commit is contained in:
Roy-043
2026-01-29 16:50:33 +01:00
committed by Kacper Donat
parent ed104dd2c1
commit 30ea676367

View File

@@ -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"):