diff --git a/CompoundFilter.py b/CompoundFilter.py index 5676da6..fe65fe4 100644 --- a/CompoundFilter.py +++ b/CompoundFilter.py @@ -143,7 +143,7 @@ class _CompoundFilter: obj.Shape = Part.makeCompound(rst) else: # don't make compound of one shape, output it directly sh = rst[0] - sh = sh.transformGeometry(sh.Placement.toMatrix()) + sh.transformShape(sh.Placement.toMatrix(),True) #True = make copy sh.Placement = FreeCAD.Placement() obj.Shape = sh