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:53:37 +0000 (11:53 +0000)
committereap <eap@opencascade.com>
Tue, 28 Jun 2011 11:53:37 +0000 (11:53 +0000)
commit3eefc085d8ed9cc6d0dbd2fd81d15bd381c250f3
tree14d8b8e8eed1f517b10c0035386fe99340576c07
parent454d8714777434d1456e952b75ff4bfb9a540c8b
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

+  enum EMeshError { MEr_OK = 0, MEr_HOLES, MEr_BAD_ORI, MEr_EMPTY };
+
+  /*!
+   * \brief Finds topological errors of a sub-mesh
+   */
+  static EMeshError GetMeshError(SMESH_subMesh* subMesh);
src/SMESH/SMESH_Algo.cxx
src/SMESH/SMESH_Algo.hxx