X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_ResultPart.h;h=bb49d51881de73ff435cd2a90bd7cd38784dcc7e;hb=ebce006a9ba80eab34d5b9e16fab6979fc091a02;hp=f86754e8059d780aa095e37603142af771b8f14c;hpb=5b6031b015602aa07f5a6fc668c13ac3faf7a8a9;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_ResultPart.h b/src/ModelAPI/ModelAPI_ResultPart.h index f86754e80..bb49d5188 100644 --- a/src/ModelAPI/ModelAPI_ResultPart.h +++ b/src/ModelAPI/ModelAPI_ResultPart.h @@ -1,14 +1,27 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ModelAPI_ResultPart.h -// Created: 07 Jul 2014 -// Author: Mikhail PONIKAROV +// 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef ModelAPI_ResultPart_H_ #define ModelAPI_ResultPart_H_ #include "ModelAPI_Result.h" -#include +class GeomAPI_Trsf; #include @@ -49,7 +62,7 @@ class ModelAPI_ResultPart : public ModelAPI_Result /// Returns the part-document of this result virtual std::shared_ptr partDoc() = 0; - /// Returns the original part result: for transfomration features results this is + /// Returns the original part result: for transformation features results this is /// the original Part feature result virtual std::shared_ptr original() = 0; @@ -73,6 +86,9 @@ class ModelAPI_ResultPart : public ModelAPI_Result virtual std::shared_ptr shapeInPart( const std::string& theName, const std::string& theType, int& theIndex) = 0; + /// Updates the selection inside of the part as a geometrical selection + virtual bool combineGeometrical(const int theIndex, std::string& theNewName) = 0; + /// Returns the shape selected in the selection index virtual std::shared_ptr selectionValue(const int theIndex) = 0;