Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / ModelAPI / ModelAPI_Object.h
index 45932c039e2046212dd9fa32b6e360d438127a02..485cf2ee1bc3775906dea0052f0376dc240270e2 100644 (file)
@@ -44,6 +44,9 @@ class ModelAPI_Object
   /// Returns the group identifier of this object
   virtual std::string groupName() = 0;
 
+  /// Request for initialization of data model of the object: adding all attributes
+  virtual void initAttributes() = 0;
+
   /// Called on change of any argument-attribute of this object
   /// \param theID identifier of changed attribute
   // MODELAPI_EXPORT