X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBisector%2FBisector_BisecAna.cxx;h=0dbb8f185c66d78bbfb0d654e2886f3623454c79;hp=622042713125ebd3ae40aef39c5e03e9fcf0bfaf;hb=8a6db25a620e30222640932166dac8fe909e79c6;hpb=e226a50679987fd3e428a42790b753b040f60fd6 diff --git a/src/Bisector/Bisector_BisecAna.cxx b/src/Bisector/Bisector_BisecAna.cxx index 6220427131..0dbb8f185c 100644 --- a/src/Bisector/Bisector_BisecAna.cxx +++ b/src/Bisector/Bisector_BisecAna.cxx @@ -808,7 +808,7 @@ void Bisector_BisecAna::Perform(const Handle(Geom2d_Curve)& afirstcurve , // Bissectrice point - circle. + //============================================================================= case 1 : { - GccAna_CircPnt2dBisec Bisector(circle,asecondpoint->Pnt2d()); + GccAna_CircPnt2dBisec Bisector(circle, asecondpoint->Pnt2d(), tolerance); Standard_Real distancemini = Precision::Infinite(); if (Bisector.IsDone()) { Standard_Integer nbsolution = Bisector.NbSolutions();