mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 03:43:07 +05:00
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters
This commit is contained in:
parent
60f3b24591
commit
89eaa44e08
@ -52,6 +52,7 @@ enum SMESH_ComputeErrorName
|
|||||||
COMPERR_WARNING = -10, //!< algo reports error but sub-mesh is computed anyway
|
COMPERR_WARNING = -10, //!< algo reports error but sub-mesh is computed anyway
|
||||||
COMPERR_CANCELED = -11, //!< compute canceled
|
COMPERR_CANCELED = -11, //!< compute canceled
|
||||||
COMPERR_NO_MESH_ON_SHAPE = -12, //!< no mesh elements assigned to sub-shape
|
COMPERR_NO_MESH_ON_SHAPE = -12, //!< no mesh elements assigned to sub-shape
|
||||||
|
COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters
|
||||||
COMPERR_LAST_ALGO_ERROR = -100,//!< terminator of mesh computation errors
|
COMPERR_LAST_ALGO_ERROR = -100,//!< terminator of mesh computation errors
|
||||||
// Errors of SMESH_MeshEditor follow
|
// Errors of SMESH_MeshEditor follow
|
||||||
EDITERR_NO_MEDIUM_ON_GEOM= -101 /* during conversion to quadratic,
|
EDITERR_NO_MEDIUM_ON_GEOM= -101 /* during conversion to quadratic,
|
||||||
|
Loading…
Reference in New Issue
Block a user