From 4d29dbe5a8fb9c9acbf1b3f29f286c3fae753242 Mon Sep 17 00:00:00 2001 From: skv Date: Tue, 17 Mar 2015 16:15:29 +0300 Subject: [PATCH] 0022883: EDF GEOM: Regression with GetShapesOnQuadrangle --- src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx b/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx index 7a2736d35..3011d0b96 100644 --- a/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx +++ b/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx @@ -138,6 +138,7 @@ void GEOMAlgo_ClsfQuad::GetCorners(gp_Pnt &theTopLeftPoint, //======================================================================= void GEOMAlgo_ClsfQuad::CheckData() { + myErrorStatus = 0; if (myQuadNormal.SquareMagnitude() <= DBL_MIN) { myErrorStatus = 10; // undefined quadrangle normal. -- 2.39.2