Salome HOME
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
authoreap <eap@opencascade.com>
Fri, 22 Nov 2013 12:33:25 +0000 (12:33 +0000)
committereap <eap@opencascade.com>
Fri, 22 Nov 2013 12:33:25 +0000 (12:33 +0000)
+    COMPERR_BAD_PARMETERS    // incorrect hypotheses parameters

idl/SMESH_Gen.idl

index aadfb1e33a99850be5213ce9da58e2fb8f12eee0..813364ba0005df173b6288e3ce1d6af9f9874612 100644 (file)
@@ -103,7 +103,8 @@ module SMESH
     COMPERR_BAD_SHAPE     ,  // bad geometry
     COMPERR_WARNING       ,  // algo reports error but sub-mesh is computed anyway
     COMPERR_CANCELED      ,  // compute canceled
-    COMPERR_NO_MESH_ON_SHAPE // no mesh elements assigned to sub-mesh
+    COMPERR_NO_MESH_ON_SHAPE,// no mesh elements assigned to sub-mesh
+    COMPERR_BAD_PARMETERS    // incorrect hypotheses parameters
   };
   struct ComputeError
   {