X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Chamfer.h;h=ba1bc5b2dcb34e2205a137966ac8ff742e6a70cc;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=3baf2dde95cbe584d7fa29717d470f0383e3f25b;hpb=3c987a8d1b88765224e3ac1388afb91eae17e4d3;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Chamfer.h b/src/FeaturesAPI/FeaturesAPI_Chamfer.h index 3baf2dde9..ba1bc5b2d 100644 --- a/src/FeaturesAPI/FeaturesAPI_Chamfer.h +++ b/src/FeaturesAPI/FeaturesAPI_Chamfer.h @@ -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& thePart, const std::list& theBaseObjects, const bool performDistances, const ModelHighAPI_Double& theVal1, - const ModelHighAPI_Double& theVal2); + const ModelHighAPI_Double& theVal2, + const bool keepSubResults = false); #endif // FeaturesAPI_Chamfer_H_