mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 03:45:37 +05:00
PAL11986. Add a new status to ErrorCode enum
This commit is contained in:
parent
dedd4df95a
commit
da4be66299
@ -157,6 +157,7 @@ class SMESH_Pattern {
|
|||||||
// Load(face)
|
// Load(face)
|
||||||
ERR_LOADF_NARROW_FACE, // too narrow face
|
ERR_LOADF_NARROW_FACE, // too narrow face
|
||||||
ERR_LOADF_CLOSED_FACE, // closed face
|
ERR_LOADF_CLOSED_FACE, // closed face
|
||||||
|
ERR_LOADF_CANT_PROJECT, // impossible to project nodes
|
||||||
// Load(volume)
|
// Load(volume)
|
||||||
ERR_LOADV_BAD_SHAPE, // volume is not a brick of 6 faces
|
ERR_LOADV_BAD_SHAPE, // volume is not a brick of 6 faces
|
||||||
ERR_LOADV_COMPUTE_PARAMS, // cant compute point parameters
|
ERR_LOADV_COMPUTE_PARAMS, // cant compute point parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user