We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed104dd commit 30ea676Copy full SHA for 30ea676
src/Mod/BIM/ArchSpace.py
@@ -489,7 +489,7 @@ def getShape(self, obj):
489
if shape:
490
if shape.Solids:
491
# print("setting objects shape")
492
- shape = shape.Solids[0]
+ shape = self.processSubShapes(obj, shape.Solids[0], pl)
493
self.applyShape(obj, shape, pl)
494
if hasattr(obj.HorizontalArea, "Value"):
495
if hasattr(obj, "AreaCalculationType"):
0 commit comments