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

index 5462bbdf40f78b8703ddd58e931e15fd1cdce47e..35224af79f4d042e5f04f99a70c68eb8316b854a 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