Salome HOME
Add Chamfer feature
authorClarisse Genrault <cgenrault@is231796.intra.cea.fr>
Wed, 11 Sep 2019 07:28:48 +0000 (09:28 +0200)
committervsv <vsv@opencascade.com>
Wed, 6 Nov 2019 08:22:40 +0000 (11:22 +0300)
commitdadc434ff48893c2334461b325c096935b784436
treea51cb72bd27af03a67769503d35e5872b72f35b4
parenta894060cf7f5ead6fa92d2f151e9f60712dc7a2f
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