Skip to content

Commit

Permalink
Sketcher: Parabola Skech geometry update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahtahiriyo committed Dec 22, 2016
1 parent 9858368 commit 5f36072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Sketcher/App/Sketch.cpp
Expand Up @@ -2434,6 +2434,8 @@ bool Sketch::updateGeometry()
aop->setXAxisDir(fd);

aop->setCenter(vertex);

aop->setFocal(fd.Length());

aop->setRange(*myArc.startAngle, *myArc.endAngle, /*emulateCCW=*/true);
}
Expand Down

0 comments on commit 5f36072

Please sign in to comment.