]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_CompositeFeature.h
Salome HOME
Implementation of naming parametrisation of sketch result
[modules/shaper.git] / src / ModelAPI / ModelAPI_CompositeFeature.h
index 3c822e66e85f86c8db87c255c993c2c08f9a6dc8..28c4d6d2a4847523a0e7ebe6da0b52d253d53382 100644 (file)
@@ -24,6 +24,9 @@ public:
 
   /// Returns the sub-feature by zero-base index
   virtual boost::shared_ptr<ModelAPI_Feature> subFeature(const int theIndex) const = 0;
+
+  /// Returns the sub-feature unique identifier in this composite feature by zero-base index
+  virtual int subFeatureId(const int theIndex) const = 0;
 };
 
 //! Pointer on the composite feature object