Sketcher: Parabola Arc rules solver constraint

This commit is contained in:
Abdullah Tahiri
2016-12-21 16:25:19 +01:00
parent b2bca80796
commit 61fe4bcaee
4 changed files with 12 additions and 5 deletions

View File

@@ -639,8 +639,8 @@ int Sketch::addArcOfParabola(const Part::GeomArcOfParabola &parabolaSegment, boo
Geoms.push_back(def);
// arcs require an ArcRules constraint for the end points
//if (!fixed)
// GCSsys.addConstraintArcOfParabolaRules(a);
if (!fixed)
GCSsys.addConstraintArcOfParabolaRules(a);
// return the position of the newly added geometry
return Geoms.size()-1;