From e174e4abb26d2a53fa870f94f7d71b550eaf8687 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 22 Jan 2007 06:35:47 +0000 Subject: [PATCH] PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D) add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es letting the user know that assigned algorithm will not be taken into accoun while mesh generation --- idl/SMESH_Mesh.idl | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2