Salome HOME
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
[modules/smesh.git] / idl / SMESH_Gen.idl
index 4bec6e9d868310c0055bf966a6e8c14597e65c06..76805579b03648717d3d5ee511d2becc86059ab8 100644 (file)
@@ -96,7 +96,8 @@ module SMESH
     COMPERR_EXCEPTION     ,  // other exception raised
     COMPERR_MEMORY_PB     ,  // memory allocation problem
     COMPERR_ALGO_FAILED   ,  // computation failed
-    COMPERR_BAD_SHAPE        // bad geometry
+    COMPERR_BAD_SHAPE     ,  // bad geometry
+    COMPERR_BAD_FACE         // bad geometry
   };
   struct ComputeError
   {