Salome HOME
PAL13473 (Build repetitive mesh):
authoreap <eap@opencascade.com>
Wed, 6 Dec 2006 16:04:37 +0000 (16:04 +0000)
committereap <eap@opencascade.com>
Wed, 6 Dec 2006 16:04:37 +0000 (16:04 +0000)
add HYP_BAD_GEOMETRY status

src/SMESH/SMESH_Hypothesis.hxx

index 3a8c3d2e69c894a90427bc2dc859d9db69ce8f36..8ac5f511f57e8803988dc926fac91228b3d6f134 100644 (file)
@@ -50,7 +50,8 @@ public:
     HYP_NOTCONFORM,   // not conform mesh is produced appling a hypothesis
     HYP_ALREADY_EXIST,// such hypothesis already exist
     HYP_BAD_DIM,      // bad dimension
-    HYP_BAD_SUBSHAPE  // shape is neither the main one, nor its subshape, nor a group
+    HYP_BAD_SUBSHAPE, // shape is neither the main one, nor its subshape, nor a group
+    HYP_BAD_GEOMETRY  // shape geometry mismatches algorithm's expectation
   };
   static bool IsStatusFatal(Hypothesis_Status theStatus)
   { return theStatus >= HYP_UNKNOWN_FATAL; }