diff --git a/src/Mod/PartDesign/App/FeatureLoft.cpp b/src/Mod/PartDesign/App/FeatureLoft.cpp index bcb24e287..a079e4ca7 100644 --- a/src/Mod/PartDesign/App/FeatureLoft.cpp +++ b/src/Mod/PartDesign/App/FeatureLoft.cpp @@ -150,6 +150,7 @@ App::DocumentObjectExecReturn *Loft::execute(void) //build the top and bottom face, sew the shell and build the final solid TopoDS_Shape front = makeFace(wires); + front.Move(invObjLoc); std::vector backwires; for(std::vector& wires : wiresections) backwires.push_back(wires.back());