X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModuleBase%2FModuleBase_ResultPrs.h;h=1868ad8dbb4c2ada4fe36872510f02f161f053f5;hb=68c2f3e4f76b06d3159ab313088b6f093dc304ea;hp=f22cfb1f85769a65bf861352c8d7e27dbc0ceee3;hpb=abe1d926c4a429737fea27a0d7afee02047c7dcf;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ResultPrs.h b/src/ModuleBase/ModuleBase_ResultPrs.h index f22cfb1f8..1868ad8db 100644 --- a/src/ModuleBase/ModuleBase_ResultPrs.h +++ b/src/ModuleBase/ModuleBase_ResultPrs.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 ModuleBase_ResultPrs_H @@ -24,6 +23,7 @@ #include "ModuleBase.h" #include +#include #include #include @@ -108,6 +108,11 @@ public: /// \return false if parameter is out of [0, 1] Standard_EXPORT bool setHiddenSubShapeTransparency(double theTransparency); + Standard_EXPORT TopoDS_Shape originalShape() const { return myOriginalShape; } + + Standard_EXPORT bool isSubstituted() const { return myIsSubstituted; } + + DEFINE_STANDARD_RTTIEXT(ModuleBase_ResultPrs, ViewerData_AISShape) protected: @@ -150,6 +155,8 @@ private: /// Original shape of the result object TopoDS_Shape myOriginalShape; + bool myIsSubstituted; + /// Container of original Shape sub shape to be hidden and not selectable NCollection_List myHiddenSubShapes; TopoDS_Compound myHiddenCompound; /// compound of hidden sub shapes