From 1aeb969a54493dd25d33d0a7174a27ca7c2e6fb9 Mon Sep 17 00:00:00 2001 From: JGV <> Date: Thu, 28 Apr 2011 15:46:19 +0000 Subject: [PATCH] OCC22303 The algorithm BRepExtrema_DistShapeShape crashes with exception if one of the shapes does non contain vertices --- src/BRepExtrema/BRepExtrema_DistShapeShape.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx b/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx index d723fe37fb..168e1816d7 100755 --- a/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx +++ b/src/BRepExtrema/BRepExtrema_DistShapeShape.cxx @@ -206,7 +206,8 @@ Standard_Boolean BRepExtrema_DistShapeShape::Perform() BRepClass3d_SolidClassifier Classi(myShape1); nbv2=myMapV2.Extent(); nbv1=0; - do { + while ( (nbv1