Salome HOME
Fix SALOME_TESTS/Grids/smesh/imps_09/K0
authoreap <eap@opencascade.com>
Fri, 22 Feb 2019 18:17:20 +0000 (21:17 +0300)
committereap <eap@opencascade.com>
Fri, 22 Feb 2019 18:17:20 +0000 (21:17 +0300)
commit6ca4db2d7c49474a93e30c02bef83f05b354e540
tree492755302094721181b2c82b29c69fcb42d806d3
parentb9b6785c001e1a27369923a897992123ae10f492
Fix SALOME_TESTS/Grids/smesh/imps_09/K0

 Fix Triangulator for the case of self-intersecting but valid polygon

+ some fixes for #16469

1) ElementsOnShape: fix too high octree of classifiers in case of large tolerance
2) SMESH_MeshEditor::SewFreeBorder() SIGSEGV on over-constrained elements
3) Project(): adjust radius to avoid checking too many elements
4) Protect SMESH_Gen_i::Compute() from CORBA error in case of a removed mesh
5) smeshBuilder.Mesh.FindCoincidentNodesOnPart() - fix for a case of ID list
src/Controls/SMESH_Controls.cxx
src/SMESH/SMESH_MeshEditor.cxx
src/SMESHUtils/SMESH_MeshAlgos.cxx
src/SMESHUtils/SMESH_MeshAlgos.hxx
src/SMESHUtils/SMESH_Offset.cxx
src/SMESHUtils/SMESH_PolyLine.cxx
src/SMESHUtils/SMESH_Triangulate.cxx
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_SWIG/smeshBuilder.py
src/StdMeshers/StdMeshers_Projection_2D.cxx