From ed084680763b5f2c73b51e7f8d249cbbbeb328af Mon Sep 17 00:00:00 2001 From: spo Date: Tue, 14 Jun 2016 13:43:54 +0300 Subject: [PATCH] Use FeaturesAPI in tests --- CMakeLists.txt | 1 + src/PythonAPI/model/features/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2