X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionAPI%2FCollectionAPI_Group.h;h=3c535e5994469b2f927ed25c5d2eefb40e8dc968;hb=8c2723caf52fd7b05d6d950059bc77adc711f18a;hp=bb92ff1b81a5e64c0fc2b0359ac716a47ded3335;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/CollectionAPI/CollectionAPI_Group.h b/src/CollectionAPI/CollectionAPI_Group.h index bb92ff1b8..3c535e599 100644 --- a/src/CollectionAPI/CollectionAPI_Group.h +++ b/src/CollectionAPI/CollectionAPI_Group.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef CollectionAPI_Group_H_ @@ -70,6 +69,15 @@ typedef std::shared_ptr GroupPtr; /// \brief Create Group feature. COLLECTIONAPI_EXPORT GroupPtr addGroup(const std::shared_ptr& thePart, - const std::list& theGroupList); + const std::list& theGroupList, + const bool theShareSameTopology = false); + +/// \ingroup CPPHighAPI +/// \brief Create Group with the additional selection type for case the whole result selected. +COLLECTIONAPI_EXPORT +GroupPtr addGroup(const std::shared_ptr& thePart, + const std::string& theSelectionType, + const std::list& theGroupList, + const bool theShareSameTopology = false); #endif // CollectionAPI_Group_H_