Salome HOME
Merge remote-tracking branch 'origin/cbr/export_to_geom_via_xao'
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Interface.h
index 054dd1c36ec8cd655b285d0e14ffd664ca84c519..729d84a23997ae5bdb9276ba99bb39ffafe03973 100644 (file)
@@ -71,6 +71,10 @@ public:
   MODELHIGHAPI_EXPORT
   void setName(const std::string& theName);
 
+  /// Shortcut for feature()->data()->name()
+  MODELHIGHAPI_EXPORT
+  std::string name() const;
+
   /// Return firts object of the feature
   MODELHIGHAPI_EXPORT
   virtual ModelHighAPI_Selection result() const;