mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ COMPERR_BAD_PARMETERS // incorrect hypotheses parameters
This commit is contained in:
parent
2c28cb9913
commit
3ad5d5a2d3
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user