]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Data.cpp
Salome HOME
Implementation of naming parametrisation of sketch result
[modules/shaper.git] / src / Model / Model_Data.cpp
index 7b25cb2402ade82d8c1f59edd252cb414188cc11..b293bd3f9af914a6cf302e57f57d0325da9a53ff 100644 (file)
@@ -387,3 +387,8 @@ bool Model_Data::referencesTo(const boost::shared_ptr<ModelAPI_Feature>& theFeat
   }
   return false;
 }
+
+int Model_Data::featureId() const
+{
+  return myLab.Father().Tag(); // tag of the feature label
+}