mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 08:20:34 +05:00
IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
Treate a case where a valid mesh is computed anyhow while the algo reports errors + COMPERR_WARNING //!< algo reports error but sub-mesh is computed anyway
This commit is contained in:
parent
0650af74ab
commit
49b0d94452
@ -98,7 +98,8 @@ module SMESH
|
||||
COMPERR_EXCEPTION , // other exception raised
|
||||
COMPERR_MEMORY_PB , // memory allocation problem
|
||||
COMPERR_ALGO_FAILED , // computation failed
|
||||
COMPERR_BAD_SHAPE // bad geometry
|
||||
COMPERR_BAD_SHAPE , // bad geometry
|
||||
COMPERR_WARNING // algo reports error but sub-mesh is computed anyway
|
||||
};
|
||||
struct ComputeError
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user