From: jfa Date: Wed, 3 Jun 2009 10:23:38 +0000 (+0000) Subject: Bugs 20300 and 20361: Error occured during check of geometric coincidence. X-Git-Tag: V4_1_0_maintainance_FINAL~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00d8e0691481f3f4965b33c0c8a9fc7b65dda379;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 2556e1331..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