X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Group.h;h=e859d5e89b562a99f87cce07d3dbe053a22143ef;hb=3f19a9c3fb9c6fc844229db1f925a8a2b0b8a96f;hp=23078ae675c99b4b299724592b471d1930c182f3;hpb=d8fba833a4a6d6fa8526c008b3d9f9dea0861a88;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Group.h b/src/FeaturesPlugin/FeaturesPlugin_Group.h index 23078ae67..e859d5e89 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Group.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Group.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + // File: FeaturesPlugin_Group.h // Created: 08 Oct 2014 // Author: Sergey BELASH @@ -44,6 +46,9 @@ class FeaturesPlugin_Group : public ModelAPI_Feature /// Request for initialization of data model of the feature: adding all attributes FEATURESPLUGIN_EXPORT virtual void initAttributes(); + /// Result of groups is created on the fly and don't stored to the document + FEATURESPLUGIN_EXPORT virtual bool isPersistentResult() {return true;} + /// Use plugin manager for features creation FeaturesPlugin_Group();