]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
bos #26454 [EDF] (2021) SMESH: interactive mesh modification occ/26454_interactive_modif
authoreap <eap@opencascade.com>
Wed, 15 Dec 2021 15:36:27 +0000 (18:36 +0300)
committereap <eap@opencascade.com>
Wed, 15 Dec 2021 15:36:27 +0000 (18:36 +0300)
commite427a3abb56a854f26c833d69820a36e428be19b
tree25b1e277cb61a74b6f7e6d7540c27f283388a6f9
parentce0e35259994c5ab48b709686f44de6042e2c1b4
bos #26454 [EDF] (2021) SMESH: interactive mesh modification
51 files changed:
_stash [new file with mode: 0644]
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_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