Salome HOME
bos #32735 [CEA] Create 2D Mesh from 3D elements. cce/32735MeshOfFaces 17/head
authorcconopoima <cesar.conopoima@gmail.com>
Tue, 27 Jun 2023 17:59:34 +0000 (14:59 -0300)
committercconopoima <cesar.conopoima@gmail.com>
Thu, 10 Aug 2023 16:08:57 +0000 (17:08 +0100)
commit964c8543566229bb41f37fd39f0722b0e38ed11f
tree66032cf06803b492b705998b35806dc269a96f72
parentdbda21f07d19280965885c48d85892fefda3b32f
bos #32735 [CEA] Create 2D Mesh from 3D elements.

Adding test and icon to cmake. Adding the keyword MakeBoundaryOfEachElement to the 2smeshpy util class.

Add missing french translations of dialog box and operations results. Update copyright message of SMESHGUI_MakeFull2DFrom3DOp new class.
27 files changed:
doc/examples/tests.set
doc/examples/transforming_meshes_ex14.py [new file with mode: 0644]
doc/gui/images/2d_mesh_from_3d_elements.jpg [new file with mode: 0644]
doc/gui/images/2d_mesh_from_3d_elements_dlg.png [new file with mode: 0644]
doc/gui/images/2d_mesh_from_3d_elements_icon.png [new file with mode: 0644]
doc/gui/input/make_2dmesh_from_3d_elements.rst [new file with mode: 0644]
doc/gui/input/modifying_meshes.rst
doc/gui/input/tui_transforming_meshes.rst
idl/SMESH_MeshEditor.idl
resources/CMakeLists.txt
resources/mesh_2d_from_3d_elements.png [new file with mode: 0644]
src/SMESH/SMESH_MeshEditor.cxx
src/SMESH/SMESH_MeshEditor.hxx
src/SMESHGUI/CMakeLists.txt
src/SMESHGUI/SMESHGUI.cxx
src/SMESHGUI/SMESHGUI_Make2DFrom3DOp.cxx
src/SMESHGUI/SMESHGUI_Make2DFrom3DOp.h
src/SMESHGUI/SMESHGUI_MakeFull2DFrom3DOp.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MakeFull2DFrom3DOp.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Operations.h
src/SMESHGUI/SMESH_images.ts
src/SMESHGUI/SMESH_msg_en.ts
src/SMESHGUI/SMESH_msg_fr.ts
src/SMESH_I/SMESH_2smeshpy.cxx
src/SMESH_I/SMESH_MeshEditor_i.cxx
src/SMESH_I/SMESH_MeshEditor_i.hxx
src/SMESH_SWIG/smeshBuilder.py