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