diff --git a/src/Mod/Part/App/TopoShape.cpp b/src/Mod/Part/App/TopoShape.cpp index 9f2935a3cc..776cbcef84 100644 --- a/src/Mod/Part/App/TopoShape.cpp +++ b/src/Mod/Part/App/TopoShape.cpp @@ -3090,8 +3090,6 @@ void TopoShape::setFaces(const std::vector &Points, aSewingTool.Load(aComp); aSewingTool.Perform(); _Shape = aSewingTool.SewedShape(); - // TopAbs_Orientation o = _Shape.Orientation(); - _Shape.Reverse(); // seems that we have to reverse the orientation if (_Shape.IsNull()) _Shape = aComp; }