X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_ResultPart.h;h=4a4756be5c732fe809d452c238f0529e99ca8111;hb=a2e697d6efc2f36155ad2236ec52915b59cce738;hp=db0baf99ca3ae07a774872deb992d4f84671ae2f;hpb=9b61e5ee5eafe9d6948d9a78667efa2abec132c3;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_ResultPart.h b/src/ModelAPI/ModelAPI_ResultPart.h index db0baf99c..4a4756be5 100644 --- a/src/ModelAPI/ModelAPI_ResultPart.h +++ b/src/ModelAPI/ModelAPI_ResultPart.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 ModelAPI_ResultPart_H_ @@ -83,6 +82,9 @@ class ModelAPI_ResultPart : public ModelAPI_Result virtual void setTrsf(std::shared_ptr theThis, const std::shared_ptr& theTransformation) = 0; + /// Returns the summary transformations of all references to the origin + virtual std::shared_ptr summaryTrsf() = 0; + /// Returns the shape by the name in the part virtual std::shared_ptr shapeInPart( const std::string& theName, const std::string& theType, int& theIndex) = 0;