From 00d8e0691481f3f4965b33c0c8a9fc7b65dda379 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 3 Jun 2009 10:23:38 +0000 Subject: [PATCH] Bugs 20300 and 20361: Error occured during check of geometric coincidence. --- src/GEOMAlgo/GEOMAlgo_Tools.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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