Salome HOME
Small fixes for Fuse
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_BooleanFuse.h
index 495add44e1e7e22aef1a91d69ff63e2fc806a7a8..7c5f8a2398fac84463fdc762da39611c111a97e5 100644 (file)
@@ -41,12 +41,18 @@ public:
   FEATURESAPI_EXPORT
   explicit FeaturesAPI_BooleanFuse(const std::shared_ptr<ModelAPI_Feature>& theFeature);
 
+  /// Constructor with values.
+  FEATURESAPI_EXPORT
+    FeaturesAPI_BooleanFuse(const std::shared_ptr<ModelAPI_Feature>& theFeature,
+                            const std::list<ModelHighAPI_Selection>& theMainObjects,
+                            const bool theRemoveEdges = false);
+
   /// Constructor with values.
   FEATURESAPI_EXPORT
   FeaturesAPI_BooleanFuse(const std::shared_ptr<ModelAPI_Feature>& theFeature,
-                         const std::list<ModelHighAPI_Selection>& theMainObjects,
-                         const std::list<ModelHighAPI_Selection>& theToolObjects,
-                         const bool theRemoveEdges = false);
+                          const std::list<ModelHighAPI_Selection>& theMainObjects,
+                          const std::list<ModelHighAPI_Selection>& theToolObjects,
+                          const bool theRemoveEdges = false);
 
   /// Destructor.
   FEATURESAPI_EXPORT
@@ -74,6 +80,10 @@ public:
   FEATURESAPI_EXPORT
   void setRemoveEdges(const bool theRemoveEdges);
 
+  /// Set mode.
+  FEATURESAPI_EXPORT
+  void setAdvancedMode(const bool theMode);
+
   /// Dump wrapped feature
   FEATURESAPI_EXPORT
   virtual void dump(ModelHighAPI_Dumper& theDumper) const;