Salome HOME
bos #26454 [EDF] (2021) SMESH: interactive mesh modification
authoreap <eap@opencascade.com>
Wed, 15 Dec 2021 15:36:27 +0000 (18:36 +0300)
committervsr <vsr@opencascade.com>
Wed, 9 Feb 2022 15:15:05 +0000 (18:15 +0300)
commitff53fa3701555ca921fd568e921709528e26c5dc
treee1117f51bf99cc1b7247d6bc126f0dd37bca0f0a
parentdce88c3f8b2fd680f0ca56edc0c0518a0d58892c
bos #26454 [EDF] (2021) SMESH: interactive mesh modification
52 files changed:
doc/salome/examples/modifying_meshes_cut_triangles.py [new file with mode: 0644]
doc/salome/examples/modifying_meshes_ex11.py
doc/salome/gui/SMESH/images/add_node_on_face-dlg.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/add_node_on_face.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/add_node_on_segment-dlg.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/add_node_on_segment.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/mesh_split_diag_interactive.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/mesh_split_face_interactive.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/meshtopass1.png
doc/salome/gui/SMESH/images/meshtopass2.png
doc/salome/gui/SMESH/images/meshtopass3.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/remove_node_reconnection.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/remove_node_reconnection_dlg.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/remove_node_reconnection_icon.png [new file with mode: 0644]
doc/salome/gui/SMESH/input/add_node_on_face.rst [new file with mode: 0644]
doc/salome/gui/SMESH/input/add_node_on_segment.rst [new file with mode: 0644]
doc/salome/gui/SMESH/input/adding_quadratic_elements.rst
doc/salome/gui/SMESH/input/mesh_through_point.rst
doc/salome/gui/SMESH/input/modifying_meshes.rst
doc/salome/gui/SMESH/input/modules.rst
doc/salome/gui/SMESH/input/removing_nodes_and_elements.rst
doc/salome/gui/SMESH/input/tui_modifying_meshes.rst
idl/SMESH_MeshEditor.idl
resources/CMakeLists.txt
resources/mesh_move_node_interactive.png [new file with mode: 0644]
resources/mesh_rem_node_recon.png [new file with mode: 0644]
resources/mesh_split_diag_interactive.png [new file with mode: 0644]
resources/mesh_split_face_interactive.png [new file with mode: 0644]
src/SMDS/SMDS_ElementFactory.cxx
src/SMESH/SMESH_MeshEditor.cxx
src/SMESH/SMESH_MeshEditor.hxx
src/SMESHGUI/CMakeLists.txt
src/SMESHGUI/SMESHGUI.cxx
src/SMESHGUI/SMESHGUI_AddNodeOnFaceDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddNodeOnFaceDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddNodeOnSegmentDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddNodeOnSegmentDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_InteractiveOp.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_InteractiveOp.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx
src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.h
src/SMESHGUI/SMESHGUI_Operations.h
src/SMESHGUI/SMESHGUI_RemoveNodeReconnectionDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_RemoveNodeReconnectionDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESH_images.ts
src/SMESHGUI/SMESH_msg_en.ts
src/SMESHUtils/SMESH_MeshAlgos.cxx
src/SMESHUtils/SMESH_MeshAlgos.hxx
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