]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0023149: EDF - Problem with planar face creation V7_6_BR
authorvsr <vsr@opencascade.com>
Fri, 28 Aug 2015 07:42:03 +0000 (10:42 +0300)
committervsr <vsr@opencascade.com>
Fri, 28 Aug 2015 07:43:42 +0000 (10:43 +0300)
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx

index 933ad9eea273c2c693c4ee3250f12c6d401d06be..77f69a17883c7ebe033824475e92414460642a78 100644 (file)
@@ -706,7 +706,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
   if (aShape.IsNull()) return 0;
 
   // Check shape validity
-  BRepCheck_Analyzer ana (aShape, false);
+  BRepCheck_Analyzer ana (aShape, true);
   if (!ana.IsValid()) {
     //Standard_ConstructionError::Raise("Algorithm have produced an invalid shape result");
     // For Mantis issue 0021772: EDF 2336 GEOM: Non valid face created from two circles