mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
PAL13473 (Build repetitive mesh):
add a new AlgoStateErrorName
This commit is contained in:
parent
7d37fea939
commit
b529380d3d
@ -43,7 +43,7 @@ module SMESH
|
|||||||
interface FilterManager;
|
interface FilterManager;
|
||||||
interface SMESH_Pattern;
|
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 {
|
struct AlgoStateError {
|
||||||
AlgoStateErrorName name;
|
AlgoStateErrorName name;
|
||||||
string algoName;
|
string algoName;
|
||||||
|
Loading…
Reference in New Issue
Block a user