Salome HOME
Log desktop actions
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Tools.cpp
index 1d2000236e6a885bdd2f9ddb0122c9651b0538e0..e0040d4f786c66d47ef3622cfaf194e1917e2eb2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include <ExchangePlugin_Tools.h>
@@ -43,7 +42,7 @@ std::string ExchangePlugin_Tools::selectionType2xaoDimension(const std::string&
   else if (theType == "Solids" || theType == "solid" || theType == "SOLID")
     return "solid";
   else if (theType == "Part" || theType == "part" || theType == "PART")
-    return "part";
+    return "whole";
 
   return std::string();
 }