]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
IPAL22173 TC6.2.0: "Netgen1D-2D" algorithm doesn't work on "flight_solid.brep"
authoreap <eap@opencascade.com>
Tue, 28 Jun 2011 11:52:56 +0000 (11:52 +0000)
committereap <eap@opencascade.com>
Tue, 28 Jun 2011 11:52:56 +0000 (11:52 +0000)
commit454d8714777434d1456e952b75ff4bfb9a540c8b
tree87bda13878910c017ce47f266b1e371d56712301
parentc5438eec06bf117597c3a2e4e14731e314033171
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        = -10  //!< algo reports error but sub-mesh is computed anyway

+  bool IsKO()     { return myName != COMPERR_OK && myName != COMPERR_WARNING; }
src/SMESH/SMESH_ComputeError.hxx