diff --git a/CompoundFilter2.py b/CompoundFilter2.py index de1c706..39e8609 100644 --- a/CompoundFilter2.py +++ b/CompoundFilter2.py @@ -167,8 +167,7 @@ def execute(self,obj): obj.Shape = Part.makeCompound(rst) else: # don't make compound of one shape, output it directly sh = rst[0] - sh = ShapeCopy.transformCopy(sh) - sh.Placement = obj.Placement + obj.Placement = sh.Placement obj.Shape = sh return