]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for the issue #2648: field with Parts as Type of shapes problem
authormpv <mpv@opencascade.com>
Wed, 26 Sep 2018 15:51:26 +0000 (18:51 +0300)
committermpv <mpv@opencascade.com>
Wed, 26 Sep 2018 15:51:41 +0000 (18:51 +0300)
src/ExchangePlugin/ExchangePlugin_Tools.cpp

index 1d2000236e6a885bdd2f9ddb0122c9651b0538e0..7ef4bdcf9f14134ee973647844ae7e3c74fa8696 100644 (file)
@@ -43,7 +43,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();
 }