]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeSelectionList.h
Salome HOME
Issue #2622: Weak naming
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelectionList.h
index 69e45b2e7220d15a14b7197b06be0806ca5607ec..fe432944a2f7efe47803c52b3320300c797e8077 100644 (file)
@@ -53,6 +53,10 @@ class ModelAPI_AttributeSelectionList : public ModelAPI_Attribute
   virtual void append(const std::shared_ptr<GeomAPI_Pnt>& thePoint,
                       const std::string& theType) = 0;
 
+  /// Adds the new reference to the end of the list by weak naming index
+  virtual void append(const std::string& theType, const std::string& theContextName,
+                      const int theIndex) = 0;
+
   /// Reset temporary stored values
   virtual void removeTemporaryValues() = 0;