Salome HOME
Add a new method for translation feature : translation by DX, DY, DZ vector.
authorClarisse Genrault <clarisse.genrault@cea.fr>
Mon, 21 Nov 2016 09:48:03 +0000 (10:48 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Mon, 21 Nov 2016 09:48:03 +0000 (10:48 +0100)
commit2c892f5ecdcdbdce82da2b0bbd8f0c878971a076
tree2120268805edcdfade4371052ab249a78c87b991
parent1f4faac534a4f2386ce7231df79bb704de0e8fed
Add a new method for translation feature : translation by DX, DY, DZ vector.
16 files changed:
src/FeaturesAPI/FeaturesAPI_Translation.cpp
src/FeaturesAPI/FeaturesAPI_Translation.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Translation.cpp
src/FeaturesPlugin/FeaturesPlugin_Translation.h
src/FeaturesPlugin/Test/APIParam_Translation.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestTranslation.py
src/FeaturesPlugin/icons/translation_dxyz_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/icons/translation_vector_32x32.png [new file with mode: 0644]
src/FeaturesPlugin/translation_widget.xml
src/GeomAPI/GeomAPI_Trsf.cpp
src/GeomAPI/GeomAPI_Trsf.h
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.cpp
src/GeomAlgoAPI/GeomAlgoAPI_ShapeAPI.h
src/GeomAlgoAPI/GeomAlgoAPI_Translation.cpp
src/GeomAlgoAPI/GeomAlgoAPI_Translation.h