Salome HOME
Implementation of the task #3109 : Feature Copy
authormpv <mpv@opencascade.com>
Mon, 9 Dec 2019 11:35:06 +0000 (14:35 +0300)
committermpv <mpv@opencascade.com>
Mon, 9 Dec 2019 11:35:06 +0000 (14:35 +0300)
commit64f61525459c3d1912057046a8757943ec12ff3c
treefb872f568d8b58b2ef3b730f81ac13651ba455c2
parent77d6e03555d0d46232e09ace4178f66f8c9b40ee
Implementation of the task #3109 : Feature Copy
29 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Copy.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Copy.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Copy.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Copy.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/Test/TestCopyFeature.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestCopyFeatureMoveGroupOfFeature.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestCopyMoveResult.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestCopyMoveSubShapes.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestCopyNames.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestCopySubShapes.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestCopyWholeFeature.py [new file with mode: 0644]
src/FeaturesPlugin/copy_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/copy.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/Model/Model_AttributeSelection.cpp
src/Model/Model_AttributeSelection.h
src/Model/Model_Document.cpp
src/Model/Model_ResultBody.cpp
src/Model/Model_ResultBody.h
src/ModelAPI/ModelAPI_AttributeSelectionList.h
src/ModelAPI/ModelAPI_Feature.h
src/ModelAPI/ModelAPI_ResultBody.cpp
src/ModelAPI/ModelAPI_ResultBody.h
src/PythonAPI/model/features/__init__.py