Salome HOME
Updated copyright comment
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Chamfer.h
index 3baf2dde95cbe584d7fa29717d470f0383e3f25b..ba1bc5b2dcb34e2205a137966ac8ff742e6a70cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -102,6 +102,7 @@ ChamferPtr addChamfer(const std::shared_ptr<ModelAPI_Document>& thePart,
                       const std::list<ModelHighAPI_Selection>& theBaseObjects,
                       const bool performDistances,
                       const ModelHighAPI_Double& theVal1,
-                      const ModelHighAPI_Double& theVal2);
+                      const ModelHighAPI_Double& theVal2,
+                      const bool keepSubResults = false);
 
 #endif // FeaturesAPI_Chamfer_H_