mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 04:44:18 +05:00
PAL13473 (Build repetitive mesh):
add HYP_BAD_GEOMETRY status
This commit is contained in:
parent
b70b7f4e00
commit
caa7efae04
@ -50,7 +50,8 @@ public:
|
|||||||
HYP_NOTCONFORM, // not conform mesh is produced appling a hypothesis
|
HYP_NOTCONFORM, // not conform mesh is produced appling a hypothesis
|
||||||
HYP_ALREADY_EXIST,// such hypothesis already exist
|
HYP_ALREADY_EXIST,// such hypothesis already exist
|
||||||
HYP_BAD_DIM, // bad dimension
|
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)
|
static bool IsStatusFatal(Hypothesis_Status theStatus)
|
||||||
{ return theStatus >= HYP_UNKNOWN_FATAL; }
|
{ return theStatus >= HYP_UNKNOWN_FATAL; }
|
||||||
|
Loading…
Reference in New Issue
Block a user