Salome HOME
22752: [EDF] Provide explicit feedback on what has been done by Shape Processing...
authoreap <eap@opencascade.com>
Wed, 10 Dec 2014 16:07:28 +0000 (19:07 +0300)
committereap <eap@opencascade.com>
Wed, 10 Dec 2014 16:12:15 +0000 (19:12 +0300)
commited87a1f7c81ec39992aff1f463d73dc81e5791e0
tree34e81eec71360ac8154d13024379a6da102bfc5a
parent1deab8bc715805e9ad95442ec32ce55924b2b1f0
22752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation

+ 22757: [EDF] Vertex on Edge --- allow projecting several points at once
41 files changed:
doc/salome/examples/repairing_operations_ex10.py
doc/salome/gui/GEOM/images/divedgebypoint.png
doc/salome/gui/GEOM/images/repair8.png
doc/salome/gui/GEOM/input/add_point_on_edge_operation.doc
idl/GEOM_Gen.idl
src/GEOM/GEOM_Function.cxx
src/GEOM/GEOM_Function.hxx
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_HealingDriver.cxx
src/GEOMImpl/GEOMImpl_HealingDriver.hxx
src/GEOMImpl/GEOMImpl_IHealing.hxx
src/GEOMImpl/GEOMImpl_IHealingOperations.cxx
src/GEOMImpl/GEOMImpl_IHealingOperations.hxx
src/GEOMImpl/GEOMImpl_PolylineDumper.cxx
src/GEOM_I/CMakeLists.txt
src/GEOM_I/GEOM_IHealingOperations_i.cc
src/GEOM_I/GEOM_IHealingOperations_i.hh
src/GEOM_SWIG/geomBuilder.py
src/RepairGUI/RepairGUI.cxx
src/RepairGUI/RepairGUI.h
src/RepairGUI/RepairGUI_ChangeOrientationDlg.cxx
src/RepairGUI/RepairGUI_CloseContourDlg.cxx
src/RepairGUI/RepairGUI_DivideEdgeDlg.cxx
src/RepairGUI/RepairGUI_DivideEdgeDlg.h
src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx
src/RepairGUI/RepairGUI_RemoveHolesDlg.cxx
src/RepairGUI/RepairGUI_RemoveIntWiresDlg.cxx
src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx
src/RepairGUI/RepairGUI_SuppressFacesDlg.cxx
src/ShHealOper/CMakeLists.txt
src/ShHealOper/ShHealOper_ChangeOrientation.cxx
src/ShHealOper/ShHealOper_CloseContour.cxx
src/ShHealOper/ShHealOper_EdgeDivide.cxx
src/ShHealOper/ShHealOper_FillHoles.cxx
src/ShHealOper/ShHealOper_ModifStats.hxx [new file with mode: 0644]
src/ShHealOper/ShHealOper_RemoveInternalWires.cxx
src/ShHealOper/ShHealOper_ShapeProcess.cxx
src/ShHealOper/ShHealOper_ShapeProcess.hxx
src/ShHealOper/ShHealOper_Tool.cxx
src/ShHealOper/ShHealOper_Tool.hxx