Salome HOME
Issue #1662: implementation of Recover feature.
authormpv <mpv@opencascade.com>
Thu, 4 Aug 2016 14:00:54 +0000 (17:00 +0300)
committermpv <mpv@opencascade.com>
Thu, 4 Aug 2016 14:00:54 +0000 (17:00 +0300)
commit0cf033e3d2d9a6419aac40d77cd200187562a159
treea8dd0808e635c1871d3da45262d5fa94a16b5d68
parente7db636eab6e797f477731d35adc0ae524fd83c9
Issue #1662: implementation of Recover feature.

To do: select as base not result, but feature (in GUI widget)
27 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Recover.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Recover.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Recover.cpp
src/FeaturesPlugin/FeaturesPlugin_Recover.h
src/FeaturesPlugin/Test/TestRecover.py [new file with mode: 0644]
src/FeaturesPlugin/icons/recover.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/recover_widget.xml
src/Model/Model_Data.cpp
src/Model/Model_Data.h
src/Model/Model_Validator.cpp
src/Model/Model_Validator.h
src/ModelAPI/ModelAPI_Validator.h
src/ModelHighAPI/CMakeLists.txt
src/ModelHighAPI/ModelHighAPI.i
src/ModelHighAPI/ModelHighAPI_Reference.cpp [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Reference.h [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Tools.cpp
src/ModelHighAPI/ModelHighAPI_Tools.h
src/ModelHighAPI/ModelHighAPI_swig.h
src/ModelHighAPI/Test/TestReference.py [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py
src/SketchPlugin/SketchPlugin_Validators.cpp