From: spo Date: Tue, 14 Jun 2016 10:43:54 +0000 (+0300) Subject: Use FeaturesAPI in tests X-Git-Tag: V_2.4.0~91^2~54 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed084680763b5f2c73b51e7f8d249cbbbeb328af;p=modules%2Fshaper.git Use FeaturesAPI in tests --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 53625f7bc..3e6f133e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/src/PythonAPI/model/features/__init__.py b/src/PythonAPI/model/features/__init__.py index 8a29931bb..d0319d48e 100644 --- a/src/PythonAPI/model/features/__init__.py +++ b/src/PythonAPI/model/features/__init__.py @@ -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