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>
Fri, 17 Jun 2016 11:24:14 +0000 (14:24 +0300)
commit4f62ebbe5e87ffa4649a05690cdbaaade688deda
tree7bcbd14b9c46cb440f5c2404b8519ce1d1421798
parent8b18aa31232cad26c763d0970d6864f1daee2d44
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]