X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesAPI%2FFeaturesAPI_BooleanSmash.h;h=a59db43d0a5a228c01c2199776565759d36caf12;hb=c0e273c1479a9940dbe4f966853c82a6b8709d88;hp=a6e1bbc52e557b133932bf8cbd8fb5a9646bf737;hpb=e52046c2942999e333fcf3bfc40313ec446fbb33;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_BooleanSmash.h b/src/FeaturesAPI/FeaturesAPI_BooleanSmash.h index a6e1bbc52..a59db43d0 100644 --- a/src/FeaturesAPI/FeaturesAPI_BooleanSmash.h +++ b/src/FeaturesAPI/FeaturesAPI_BooleanSmash.h @@ -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 @@ -44,8 +44,7 @@ public: FEATURESAPI_EXPORT FeaturesAPI_BooleanSmash(const std::shared_ptr& theFeature, const std::list& theMainObjects, - const std::list& theToolObjects, - const int theVersion = 0); + const std::list& theToolObjects); /// Destructor. FEATURESAPI_EXPORT @@ -79,6 +78,6 @@ FEATURESAPI_EXPORT BooleanSmashPtr addSmash(const std::shared_ptr& thePart, const std::list& theMainObjects, const std::list& theToolObjects, - const int theVersion = 0); + const bool keepSubResults = false); #endif // FeaturesAPI_BooleanSmash_H_