PAL11986. Add a new status to ErrorCode enum

This commit is contained in:
eap 2006-03-27 07:09:39 +00:00
parent dedd4df95a
commit da4be66299

View File

@ -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