diff --git a/src/Mod/Measure/App/ShapeFinder.cpp b/src/Mod/Measure/App/ShapeFinder.cpp index 3b2a62ec19..2d70e64342 100644 --- a/src/Mod/Measure/App/ShapeFinder.cpp +++ b/src/Mod/Measure/App/ShapeFinder.cpp @@ -194,7 +194,7 @@ TopoDS_Shape ShapeFinder::transformShape(TopoDS_Shape& inShape, return {}; } - tshape.transformGeometry(scaler); + tshape.transformShape(scaler, true, true); tshape.setPlacement(placement); return tshape.getShape();