X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Mesh.idl;h=e8cd6bdffd664170999f8d82409ebaa9c56151f2;hp=bd524b8005abf68f53c2e7de9c61436f4a944c80;hb=e174e4abb26d2a53fa870f94f7d71b550eaf8687;hpb=827169f5f309c7534471ca2c27509a51da97a4a4 diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index bd524b800..e8cd6bdff 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -121,6 +121,8 @@ module SMESH HYP_MISSING, // algo misses a hypothesis HYP_CONCURENT, // several applicable hypotheses HYP_BAD_PARAMETER,// hypothesis has a bad parameter value + HYP_HIDDEN_ALGO, // an algo is hidden by an upper dim algo generating all-dim elements + HYP_HIDING_ALGO, // an algo hides lower dim algos by generating all-dim elements HYP_UNKNOWN_FATAL,// --- all statuses below should be considered as fatal // for Add/RemoveHypothesis operations HYP_INCOMPATIBLE, // hypothesis does not fit algo