Salome HOME
Change the paradigm of versioning of Boolean Operations on the Python API level.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_BooleanFill.h
index 2826fe9e863a34eeb65f5319c6ed43b3c81bda3d..7375db2cfbe56c0481849835a1433042a43a4fe2 100644 (file)
@@ -79,6 +79,6 @@ FEATURESAPI_EXPORT
 BooleanFillPtr addSplit(const std::shared_ptr<ModelAPI_Document>& thePart,
                         const std::list<ModelHighAPI_Selection>& theMainObjects,
                         const std::list<ModelHighAPI_Selection>& theToolObjects,
-                        const int theVersion = 0);
+                        const bool keepSubResults = false);
 
 #endif // FeaturesAPI_BooleanFill_H_