Salome HOME
Make SHAPER STUDY fields exported in SMESH into MED file
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_BooleanCut.h
index b7d113aac7ff2a4b275ba0071addc290a85f474e..80beb317581d26dd88d083bfc4182a8b053e6653 100644 (file)
@@ -79,6 +79,6 @@ FEATURESAPI_EXPORT
 BooleanCutPtr addCut(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_BooleanCut_H_