Salome HOME
Implementation of naming parametrisation of sketch result
[modules/shaper.git] / src / Model / Model_Data.h
index c923d79aff29905090c06d7c5044bb2ffe270a31..d61ddd6c2ca45302e1ef062982c815abf8302f63 100644 (file)
@@ -146,6 +146,10 @@ class Model_Data : public ModelAPI_Data
 
   /// Returns true if this data attributes are referenced to the given feature or its results
   MODEL_EXPORT virtual bool referencesTo(const boost::shared_ptr<ModelAPI_Feature>& theFeature);
+
+  /// Returns the identifier of feature-owner, unique in this document
+  MODEL_EXPORT virtual int featureId() const;
+
 };
 
 #endif