Salome HOME
Change the paradigm of versioning of Boolean Operations on the Python API level.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_BooleanSmash.h
index a6e1bbc52e557b133932bf8cbd8fb5a9646bf737..46d9fd870e181a863f8c6926bc01690f2c52be6d 100644 (file)
@@ -79,6 +79,6 @@ FEATURESAPI_EXPORT
 BooleanSmashPtr addSmash(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_BooleanSmash_H_