Salome HOME
Issue #17342: 3D Model defeaturing
authorazv <azv@opencascade.com>
Wed, 29 Jan 2020 12:13:15 +0000 (15:13 +0300)
committerazv <azv@opencascade.com>
Thu, 30 Jan 2020 10:28:31 +0000 (13:28 +0300)
commit2a2f4487370c6f7be90aa398fd1a205cc7ea96df
tree4c642523200083965ba6b42c65ec9ad6e62a0068
parente05cf89c2b21303c51d9102315a82ac095eed3df
Issue #17342: 3D Model defeaturing
28 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Defeaturing.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Defeaturing.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Defeaturing.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Defeaturing.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
src/FeaturesPlugin/FeaturesPlugin_Validators.h
src/FeaturesPlugin/Test/TestDefeaturing_ErrorMsg.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid1.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid2.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnSolid1.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnSolid2.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestDefeaturing_OnSolid3.py [new file with mode: 0644]
src/FeaturesPlugin/defeaturing_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/defeaturing.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAPI/GeomAPI_Shape.cpp
src/GeomAPI/GeomAPI_Shape.h
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Defeaturing.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Defeaturing.h [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py