Salome HOME
Increase the timeout for HDF test cases.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_BooleanCut.h
index 82eb5ad992e73d5549a13f8371ce9ca1c7c6adb7..9c9c6bad39905638b5d9e78a1d328fd04463526e 100644 (file)
@@ -77,6 +77,7 @@ typedef std::shared_ptr<FeaturesAPI_BooleanCut> BooleanCutPtr;
 FEATURESAPI_EXPORT
 BooleanCutPtr addCut(const std::shared_ptr<ModelAPI_Document>& thePart,
                      const std::list<ModelHighAPI_Selection>& theMainObjects,
-                     const std::list<ModelHighAPI_Selection>& theToolObjects);
+                     const std::list<ModelHighAPI_Selection>& theToolObjects,
+                     const bool keepSubResults = false);
 
 #endif // FeaturesAPI_BooleanCut_H_