Salome HOME
Change the paradigm of versioning of Boolean Operations on the Python API level.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Union.h
index ff1f7820af038ba05a0b43cf7b70fc48dcdb39be..bcc6aee2e474f0dbac52457479f0c30126a0c199 100644 (file)
@@ -71,6 +71,6 @@ typedef std::shared_ptr<FeaturesAPI_Union> UnionPtr;
 FEATURESAPI_EXPORT
 UnionPtr addUnion(const std::shared_ptr<ModelAPI_Document>& thePart,
                   const std::list<ModelHighAPI_Selection>& theBaseObjects,
-                  const int theVersion = 0);
+                  const bool keepSubResults = false);
 
 #endif // FeaturesAPI_Union_H_