Salome HOME
Issue #2622: Weak naming
[modules/shaper.git] / src / Model / Model_AttributeSelectionList.h
index d582447c3ea7d9bd2ebd09f6e6f525c459bf7006..7e0736fe836a496485a913a9455348321fdb1ffd 100644 (file)
@@ -63,6 +63,10 @@ public:
   MODEL_EXPORT virtual void append(const std::shared_ptr<GeomAPI_Pnt>& thePoint,
                                    const std::string& theType);
 
+  /// Adds the new reference to the end of the list by weak naming index
+  MODEL_EXPORT virtual void append(const std::string& theType, const std::string& theContextName,
+                                   const int theIndex);
+
   /// Reset temporary stored values
   virtual void removeTemporaryValues();