fix loft top face location
This commit is contained in:
parent
986623f462
commit
45aca9fb55
|
@ -150,6 +150,7 @@ App::DocumentObjectExecReturn *Loft::execute(void)
|
||||||
|
|
||||||
//build the top and bottom face, sew the shell and build the final solid
|
//build the top and bottom face, sew the shell and build the final solid
|
||||||
TopoDS_Shape front = makeFace(wires);
|
TopoDS_Shape front = makeFace(wires);
|
||||||
|
front.Move(invObjLoc);
|
||||||
std::vector<TopoDS_Wire> backwires;
|
std::vector<TopoDS_Wire> backwires;
|
||||||
for(std::vector<TopoDS_Wire>& wires : wiresections)
|
for(std::vector<TopoDS_Wire>& wires : wiresections)
|
||||||
backwires.push_back(wires.back());
|
backwires.push_back(wires.back());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user