Salome HOME
Adding Scale feature.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 26 Jan 2017 07:03:16 +0000 (08:03 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Thu, 26 Jan 2017 07:03:16 +0000 (08:03 +0100)
commitbd1b8c8100e2b2cffd30ee0b4d73836b13d518ae
tree1757cfbeb30af0e3defae6ec21bb7f98d13d9585
parent108d77d300ef14e8d7e2268b89394983b1ff78cb
Adding Scale feature.
25 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_Scale.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Scale.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesAPI/Test/APIParam_Scale.py [new file with mode: 0644]
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/FeaturesPlugin_Scale.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Scale.h [new file with mode: 0644]
src/FeaturesPlugin/icons/SVG/scale.svg [new file with mode: 0644]
src/FeaturesPlugin/icons/SVG/scale_dimensions_32x32.svg [new file with mode: 0644]
src/FeaturesPlugin/icons/SVG/scale_factor_32x32.svg [new file with mode: 0644]
src/FeaturesPlugin/icons/scale.png [new file with mode: 0644]
src/FeaturesPlugin/icons/scale_dimensions_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/scale_factor_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/FeaturesPlugin/scale_widget.xml [new file with mode: 0644]
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI_Scale.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Scale.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
src/GeomAlgoAPI/Test/TestAPI_Scale.py [new file with mode: 0644]
src/PythonAPI/model/features/__init__.py