Fix SMESH_MeshEditor::Smooth()
Optimize a bit SMDS_MeshNode::GetInverseElementIterator()
Minimize usage of BRepClass_FaceClassifier in StdMeshers_Import_1D2D::Compute()
Fix SMESH_Mesh_i::CheckGeomGroupModif()
52731: Exception at export of SEG3 groups
Fix BUGs concerning Export:
1) Exception at export of the SEG3 group as a separate object.
2) Many formats available in the pop-up menu when several objects selected while only MED and CGNS formats support several meshes in one file.
3) Export of the mesh and its group to the same file results of storage of the group only. Object names are not kept.
Fix addReference() in SMESH_Gen_i_1.cxx
IPAL52649: Irregular mesh created by Extrusion 3D algo
Add projectQuads() (not used so far) in StdMeshers_Projection_2D.cxx
Fix errors detected by PVS-Studio as reported in www.viva64.com/en/b/0322/
Fix SMESH_subMesh::ComputeStateEngine() and StdMeshers_Import_1D2D::Compute()
IPAL52572: 1) Wrong bi-quadratic mesh on cylinder, 2) global "Quadratic mesh" hyp not considered on Propagated edges.
Fix SMESH_MesherHelper::FixQuadraticElements()
StdMeshers_Regular_1D - wrong PropagationOfDistribution in quadratic mesh
In SMESHGUI_MergeDlg, disable [Detect] if no mesh selected
Add class toUtf8
IPAL52708: TC7.6.0: name of copied group is wrong when Scale transform
Fix gp_Trsf definition in SMESH_MeshEditor_i::scale()
IPAL52704: TC7.6.0: "Modification of orientation" don't work on volumes
Fix SMESHGUI_MultiEditDlg::isIdValid()
+ Doc update
Fix regression of mesh_Quadratic_00/B4
IPAL0052709: Projection 1D2D creates faces at a wrong location.
Problem: wrong gp_Trsf for partner faces
Use gp_GTrsf insted of gp_Trsf
Fix SMESH_MesherHelper::FixQuadraticElements()
Bug: SIGSEGV in Convert To Quadratic after mesh.Clear() if the previous Convert reported a warning
Bug: Group On Filter with BelongToMeshGroup is not updated if refers to a group with BelongToPlane
Fix SMESH_MesherHelper::IsReversedSubMesh()
23046: EDF SMESH Regression: Field "Compare" in filters is not updated anymore
Make "Compare" empty for all "Belong to ..." criteria
IPAL52693: Viscous layers construction fails with SIGSEGV
Fix SIGSEGV but bad VL is constructed anyway
Bug: MAJORITY mode works wrong with triangles
IMP 22877: EDF 10054 SMESH: Add a new filter "BelongToSmeshGroup" for Create Groupe
Bug: Invalid Python dump
+ Fix Pb: SIGSEGV in StdMeshers_Prism_3D::IsApplicable() on the shape of 23036
+ Fix Pb: "Projection 3D" algo is available in Create mesh dlg on the shape of 23036
+ Add debug trace in case of exceptions in IsApplicable()
+ Fix 52667: SIGSEGV at attempt to create mesh without Geometry when setting hypothesis
+ 22792: EDF 8159 SMESH: Multi-dimensional extrusion/extrusion along a path/revolution
1) Enable selection of sub-meshes on groups
2) Fix preview that was not shown
+ In SMESHGUI/CMakeList, remove includes that never need not be included
Write 'MeshVersionFormatted 2' instead of 'MeshVersionFormatted 3'
though '3' is strongly recomended by libmesh manual
+ IPAL52653: Some quality controls does not work (SIGSEGV)
+ IMP 22264: EDF 2648 GEOM: Propagate edges automatic orientation (fix Number of Segments dlg)
+ bad STL files are written on Windows (reported by YFR)
+ 22874: [CEA 1425] Performance SMESH Module ( refix ~SMESH_Mesh() )