Salome HOME
PAL13473 (Build repetitive mesh):
authoreap <eap@opencascade.com>
Wed, 6 Dec 2006 16:17:58 +0000 (16:17 +0000)
committereap <eap@opencascade.com>
Wed, 6 Dec 2006 16:17:58 +0000 (16:17 +0000)
add a new AlgoStateErrorName

idl/SMESH_Gen.idl

index 8d9164a1c867d8aba9989c1a2e7f6a9e71040eb4..475d0253a294bff99fd64ae31f96910a505441f5 100644 (file)
@@ -43,7 +43,7 @@ module SMESH
   interface FilterManager;
   interface SMESH_Pattern;
 
-  enum AlgoStateErrorName { MISSING_ALGO, MISSING_HYPO, NOT_CONFORM_MESH };
+  enum AlgoStateErrorName { MISSING_ALGO, MISSING_HYPO, NOT_CONFORM_MESH, BAD_PARAM_VALUE };
   struct AlgoStateError {
     AlgoStateErrorName name;
     string             algoName;