]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/plugin-Exchange.xml
Salome HOME
Issue #2622: Weak naming
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
index 5bd7fb979d79642ee314d182b0afcdf27ef3ceb4..cdf7370b0bb6f40c165133ea64a7cfc6ba11e3e1 100755 (executable)
@@ -41,7 +41,17 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
           <validator id="ExchangePlugin_ExportFormat"
                      parameters="py:Python" />
         </export_file_selector>
-        <boolvalue id="geometric_dump" label="By geometric selection"/>
+        <radiobox id="selection_type">
+          <radio id="topological_naming"
+               title="Topological naming selection"
+               tooltip="To use standard topological naming selection identifier, used for parametric model"/>
+          <radio id="geometric_selection"
+               title="Geometric selection"
+               tooltip="To use geometrical point coordinates to identify selected shapes"/>
+          <radio id="weak_naming"
+               title="Weak naming selection"
+               tooltip="To use geometrical order for identification of selected shapes"/>
+        </radiobox>
       </feature>
     </group>
   </workbench>