22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

+    COMPERR_BAD_PARMETERS    // incorrect hypotheses parameters
This commit is contained in:
eap 2013-11-22 12:33:25 +00:00
parent 2c28cb9913
commit 3ad5d5a2d3

View File

@ -103,7 +103,8 @@ module SMESH
COMPERR_BAD_SHAPE , // bad geometry
COMPERR_WARNING , // algo reports error but sub-mesh is computed anyway
COMPERR_CANCELED , // compute canceled
COMPERR_NO_MESH_ON_SHAPE // no mesh elements assigned to sub-mesh
COMPERR_NO_MESH_ON_SHAPE,// no mesh elements assigned to sub-mesh
COMPERR_BAD_PARMETERS // incorrect hypotheses parameters
};
struct ComputeError
{