From: jfa Date: Thu, 28 May 2009 12:23:34 +0000 (+0000) Subject: Bugs 20300 and 20361: Error occured during check of geometric coincidence. X-Git-Tag: V5_1_2rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=72d99f0d9031406e798abd00f41079533f3cf99f;p=modules%2Fgeom.git Bugs 20300 and 20361: Error occured during check of geometric coincidence. --- diff --git a/src/GEOMAlgo/GEOMAlgo_Tools.cxx b/src/GEOMAlgo/GEOMAlgo_Tools.cxx index f19581253..a265c785f 100644 --- a/src/GEOMAlgo/GEOMAlgo_Tools.cxx +++ b/src/GEOMAlgo/GEOMAlgo_Tools.cxx @@ -266,7 +266,8 @@ Standard_Integer GEOMAlgo_Tools::FindSDShapes(const TopoDS_Shape& aE1, else { bIsDone=GEOMAlgo_Tools::ProjectPointOnShape(aP1, aE2, aP2, aCtx); if (!bIsDone) { - return 1; + //return 1; + continue; // jfa BUG 20361 } aD2=aP1.SquareDistance(aP2); if(aD2