Salome HOME
Copyright update 2022
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_BooleanFill.h
index 75f075a2e3a637c73b591e12e41dceae121a2258..9a80cbce48269f2501960e46ba5d3c6196e32603 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -77,6 +77,7 @@ typedef std::shared_ptr<FeaturesAPI_BooleanFill> BooleanFillPtr;
 FEATURESAPI_EXPORT
 BooleanFillPtr addSplit(const std::shared_ptr<ModelAPI_Document>& thePart,
                         const std::list<ModelHighAPI_Selection>& theMainObjects,
-                        const std::list<ModelHighAPI_Selection>& theToolObjects);
+                        const std::list<ModelHighAPI_Selection>& theToolObjects,
+                        const bool keepSubResults = false);
 
 #endif // FeaturesAPI_BooleanFill_H_