Skip to content

Commit 30ea676

Browse files
Roy-043kadet1090
authored andcommitted
BIM: add processSubShapes to ArchSpace.py
Fixes FreeCAD#24579.
1 parent ed104dd commit 30ea676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/BIM/ArchSpace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def getShape(self, obj):
489489
if shape:
490490
if shape.Solids:
491491
# print("setting objects shape")
492-
shape = shape.Solids[0]
492+
shape = self.processSubShapes(obj, shape.Solids[0], pl)
493493
self.applyShape(obj, shape, pl)
494494
if hasattr(obj.HorizontalArea, "Value"):
495495
if hasattr(obj, "AreaCalculationType"):

0 commit comments

Comments
 (0)