Salome HOME
0022747: [EDF] Improvement of Get Shared Shapes operation
authorvsr <vsr@opencascade.com>
Fri, 26 Dec 2014 08:52:00 +0000 (11:52 +0300)
committervsr <vsr@opencascade.com>
Fri, 26 Dec 2014 10:02:57 +0000 (13:02 +0300)
commit528f4842f4018924640fb8a56dbe625f439abfec
tree964792146dde5a62f61e7e38aac62df6094965fe
parent13b11d15c8197e488625b89543a06f67e451368e
0022747: [EDF] Improvement of Get Shared Shapes operation
Additional improvements:
- Add multi-share parameter to allow searching not sub-shapes which are shared either by all or by couples of input shapes
- Avoid raising exception if no sub-shapes is found; return empty result instead
- Add test script
15 files changed:
doc/salome/examples/CMakeLists.txt
doc/salome/examples/basic_operations_ex04.py [new file with mode: 0644]
doc/salome/gui/GEOM/images/shared_shapes.png
doc/salome/gui/GEOM/input/shared_shapes.doc
doc/salome/gui/GEOM/input/tui_basic_operations.doc
idl/GEOM_Gen.idl
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GEOM_msg_ja.ts
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.hxx
src/GEOM_I/GEOM_IShapesOperations_i.cc
src/GEOM_I/GEOM_IShapesOperations_i.hh
src/GEOM_SWIG/geomBuilder.py
src/OperationGUI/OperationGUI_GetSharedShapesDlg.cxx