Salome HOME
Add ModelHighAPI_Selection & ConstructionAPI_Plane
authorspo <sergey.pokhodenko@opencascade.com>
Mon, 6 Jun 2016 09:22:12 +0000 (12:22 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 17 Jun 2016 11:41:03 +0000 (14:41 +0300)
commit5c2ba91e54934c258b5c5caffd3adf347c5c1180
treedd9c8dadb7e8a15942b438d78aa005300872ac61
parentcfe5bbc0ebcc59652a4aa95539f2580b8efc8d6a
Add ModelHighAPI_Selection & ConstructionAPI_Plane
12 files changed:
src/ConstructionAPI/CMakeLists.txt
src/ConstructionAPI/ConstructionAPI.i
src/ConstructionAPI/ConstructionAPI_Plane.cpp [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI_Plane.h [new file with mode: 0644]
src/ConstructionAPI/ConstructionAPI_swig.h
src/ModelHighAPI/CMakeLists.txt
src/ModelHighAPI/Mock/MockModelAPI_AttributeSelection.h [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Selection.cpp [new file with mode: 0644]
src/ModelHighAPI/ModelHighAPI_Selection.h [new file with mode: 0644]
src/ModelHighAPI/Test/CMakeLists.txt
src/ModelHighAPI/Test/TestDouble.cpp
src/ModelHighAPI/Test/TestSelection.cpp [new file with mode: 0644]