]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Add ModelHighAPI & ConstructionAPI pachages
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 24 May 2016 13:08:19 +0000 (16:08 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 24 May 2016 13:08:19 +0000 (16:08 +0300)
commit9667dc480f815e484bdf45ef9d269ff2fc04012d
tree93f0ae1caf8e2f77e9fd9540e74e98f175a32db5
parent25ee18fb12a8d817fb53feb1f6cb5b483921e24c
Add ModelHighAPI & ConstructionAPI pachages
23 files changed:
CMakeLists.txt
src/ConstructionAPI/CMakeLists.txt [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI.h [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI.i [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI_Point.cpp [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI_Point.h [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI_swig.h [new file with mode: 0644]
src/ConstructionAPI/Test/CMakeLists.txt [new file with mode: 0644]
src/ConstructionAPI/Test/MockModelAPI_AttributeDouble.h [new file with mode: 0644]
src/ConstructionAPI/Test/MockModelAPI_Data.h [new file with mode: 0644]
src/ConstructionAPI/Test/MockModelAPI_Feature.h [new file with mode: 0644]
src/ConstructionAPI/Test/MockModelAPI_Object.h [new file with mode: 0644]
src/ConstructionAPI/Test/TestPoint.cpp [new file with mode: 0644]
src/ConstructionAPI/Test/TestPoint.py [new file with mode: 0644]
src/ModelHighAPI/CMakeLists.txt [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI.h [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI.i [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Double.cpp [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Double.h [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Interface.cpp [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Interface.h [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_swig.h [new file with mode: 0644]
src/ModelHighAPI/Test/TestDouble.py [new file with mode: 0644]