]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Use FeaturesAPI in tests
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 14 Jun 2016 10:43:54 +0000 (13:43 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 17 Jun 2016 11:41:07 +0000 (14:41 +0300)
CMakeLists.txt
src/PythonAPI/model/features/__init__.py

index 53625f7bc1aaff38bd63cea6690f285d46018d94..3e6f133e757f6776148ca29345ac6446e3126ed9 100644 (file)
@@ -98,6 +98,7 @@ ADD_SUBDIRECTORY (src/PythonAPI)
 ADD_SUBDIRECTORY (src/ModelHighAPI)
 ADD_SUBDIRECTORY (src/ConstructionAPI)
 ADD_SUBDIRECTORY (src/ExchangeAPI)
+ADD_SUBDIRECTORY (src/FeaturesAPI)
 ADD_SUBDIRECTORY (src/SketchAPI)
 
 IF(${HAVE_SALOME})
index 8a29931bbb1bdcac4ad1e14e18b831fd21f5a745..d0319d48e5f3303caaa098282b9b2908dd5682ba 100644 (file)
@@ -1,7 +1,7 @@
 """Package for Features plugin for the Parametric Geometry API of the Modeler.
 """
 
-from boolean import addAddition, addSubtraction, addIntersection
+from FeaturesAPI import addFuse, addCut, addCommon
 
 from partition import addPartition