Salome HOME
CPP API for FeaturesPlugin_Translation, FeaturesPlugin_Rotation
authordbv <dbv@opencascade.com>
Tue, 7 Jun 2016 11:10:21 +0000 (14:10 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 17 Jun 2016 11:41:05 +0000 (14:41 +0300)
commit49aae0203d4c89a9cd5409451c3e4208b799e004
tree1616907c82d021b71a1dddae9ec26964c2891c00
parente3a9926786e6e4bd8d84bd2093fed1b059db5056
CPP API for FeaturesPlugin_Translation, FeaturesPlugin_Rotation
src/FeaturesAPI/CMakeLists.txt [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI.i [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Rotation.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Rotation.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Translation.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_Translation.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h [new file with mode: 0644]
src/PythonAPI/Test/TestFeatures.py