mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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_BAD_SHAPE , // bad geometry
|
||||||
COMPERR_WARNING , // algo reports error but sub-mesh is computed anyway
|
COMPERR_WARNING , // algo reports error but sub-mesh is computed anyway
|
||||||
COMPERR_CANCELED , // compute canceled
|
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
|
struct ComputeError
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user