]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/ExchangePlugin_ExportFeature.h
Salome HOME
Use independent attribute for the shapes exported to XAO for correct processing the...
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ExportFeature.h
index c0a79a8c5ea092bcbbba0d7fff00d3a97f0d6d7a..aa24b3d4980d62c72e4a07851f7b4d3ac5067cd1 100644 (file)
@@ -72,6 +72,12 @@ public:
     static const std::string MY_SELECTION_LIST_ID("selection_list");
     return MY_SELECTION_LIST_ID;
   }
+  /// attribute name of xao selection list
+  inline static const std::string& XAO_SELECTION_LIST_ID()
+  {
+    static const std::string MY_SELECTION_LIST_ID("xao_selection_list");
+    return MY_SELECTION_LIST_ID;
+  }
   /// attribute name of author for XAO format
   inline static const std::string& XAO_AUTHOR_ID()
   {