From: eap Date: Tue, 28 Jun 2011 11:55:32 +0000 (+0000) Subject: IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep" X-Git-Tag: V6_4_0a1~172 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=49b0d94452382a48a393b463bfb2f25e473058ff;p=modules%2Fsmesh.git 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 --- diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 9d70e066e..345ffe2dc 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -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 {