PAL13473 (Build repetitive mesh):

add a new AlgoStateErrorName
This commit is contained in:
eap 2006-12-06 16:17:58 +00:00
parent 7d37fea939
commit b529380d3d

View 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;