]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Attribute.h
Salome HOME
Issue #2024: Redesign of circle and arc of circle
[modules/shaper.git] / src / ModelAPI / ModelAPI_Attribute.h
index 1ea1523b74c9304f4d05cc3b4965cf52d8eea40d..ba23fe9e7175eed57f567eefebc20e6731932b1f 100644 (file)
@@ -73,6 +73,9 @@ class ModelAPI_Attribute
   /// ID of the attribute in Data
   MODELAPI_EXPORT const std::string& id() const;
 
+  /// Resets attribute to deafult state.
+  MODELAPI_EXPORT virtual void reset();
+
  protected:
   /// Objects are created for features automatically
   MODELAPI_EXPORT ModelAPI_Attribute();