]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeSelection.h
Salome HOME
Correction of tests execution: ModelAPI_TestSaveOpen2 and ExchangePlugin_TestImport
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelection.h
index a1df51888ac19a4eed87bd1a993119a9906a5a30..5f77111976e8644a6b918201726d092d45bb009d 100644 (file)
@@ -95,6 +95,9 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// \param theDefaultValue a value, which is used if the naming name can not be obtained
   virtual std::string namingName(const std::string& theDefaultValue = "") = 0;
 
+  /// Defines an id of the selection
+  virtual void setId(int theID) = 0;
+
   /// Selects sub-shape by the textual Name
   virtual void selectSubShape(const std::string& theType, const std::string& theSubShapeName) = 0;