Salome HOME
Merge branch 'Dev_0.6.1' of newgeom:newgeom.git into Dev_0.6.1
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index bc6933d39a3bdfc092d091db8568a1931def4b54..74c77344d5daea843647d8d2c63ad4cf0d1f0d7c 100644 (file)
@@ -39,6 +39,9 @@ public:
   /// \returns false if update is failed
   MODEL_EXPORT virtual bool update();
 
+  /// Returns a textual string of the selection
+  MODEL_EXPORT virtual std::string namingName();
+
 protected:
   /// Objects are created for features automatically
   MODEL_EXPORT Model_AttributeSelection(TDF_Label& theLabel);