Salome HOME
Adding the "Symmetry" feature.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 4 Jan 2017 11:26:57 +0000 (12:26 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 4 Jan 2017 11:26:57 +0000 (12:26 +0100)
commitd0dbe40e44426cbcf24cce1e09a2e860f59b126f
treed7fe45825afb56fae4e23cb9c6cbfe94982c3bae
parent76124b76e23a10697d5174719d4c64d808e8d0f7
Adding the "Symmetry" feature.
28 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Symmetry.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Symmetry.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesAPI/Test/APIParam_Symmetry.py [new file with mode: 0644]
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Symmetry.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Symmetry.h [new file with mode: 0644]
src/FeaturesPlugin/icons/point.png [new file with mode: 0755]
src/FeaturesPlugin/icons/symmetry.png [new file with mode: 0644]
src/FeaturesPlugin/icons/symmetry_axis_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/symmetry_plane_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/symmetry_point_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/symmetry_widget.xml [new file with mode: 0644]
src/GeomAPI/GeomAPI_Trsf.cpp
src/GeomAPI/GeomAPI_Trsf.h
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI.i
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
src/GeomAlgoAPI/GeomAlgoAPI_Symmetry.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Symmetry.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_swig.h
src/GeomAlgoAPI/Test/TestAPI_Symmetry.py [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py