fix loft top face location

This commit is contained in:
Stefan Tröger 2015-07-14 18:15:00 +02:00
parent 986623f462
commit 45aca9fb55

View File

@ -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<TopoDS_Wire> backwires;
for(std::vector<TopoDS_Wire>& wires : wiresections)
backwires.push_back(wires.back());