Salome HOME
Add Chamfer feature
authorClarisse Genrault <cgenrault@is231796.intra.cea.fr>
Wed, 11 Sep 2019 07:28:48 +0000 (09:28 +0200)
committerClarisse Genrault <cgenrault@is231796.intra.cea.fr>
Wed, 11 Sep 2019 07:28:48 +0000 (09:28 +0200)
commit5bb9c8772caf3c566f14036a7f8b5c99c9b81f32
tree4e5e2c736c254521a6a623542adee2e4a8ee3ea0
parent20afea6c885668f6901e7ae42ee19c7b8fb40ac4
Add Chamfer feature
18 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Chamfer.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Chamfer.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Chamfer.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Chamfer.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/chamfer_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/chamfer.png [new file with mode: 0644]
src/FeaturesPlugin/icons/chamfer_dist_angle.png [new file with mode: 0644]
src/FeaturesPlugin/icons/chamfer_distances.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Chamfer.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Chamfer.h [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py