Salome HOME
Update SketchBuilder to work on faces with holes (issue #1320)
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeRefList.h
index d519000225f194394ffe0231acbe356abdeb4303..101fc8695959e9a84470cead938bf45f1c6011f9 100644 (file)
@@ -61,6 +61,10 @@ class ModelAPI_AttributeRefList : public ModelAPI_Attribute
   /// Removes the last element in the list.
   virtual void removeLast() = 0;
 
+  /// Removes the elements from the list.
+  /// \param theIndices a list of indices of elements to be removed
+  virtual void remove(const std::set<int>& theIndices) = 0;
+
   MODELAPI_EXPORT virtual ~ModelAPI_AttributeRefList();
  protected:
   /// Objects are created for features automatically