Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.h
index 63a13422614b10b26b218487c5657141b14d41fd..4e62d79ae32ba190e60128af6c0012975173c48e 100644 (file)
@@ -45,6 +45,9 @@ class ConstructionPlugin_Point : public ModelAPI_Feature
   /// Request for initialization of data model of the feature: adding all attributes
   CONSTRUCTIONPLUGIN_EXPORT virtual void initAttributes();
 
+  /// Construction result is allways recomuted on the fly
+  CONSTRUCTIONPLUGIN_EXPORT virtual bool isPersistentResult() {return false;}
+
   /// Use plugin manager for features creation
   ConstructionPlugin_Point();
 };