Salome HOME
Issue #2998: Add help description for automatic creation of constraints
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
index 8dc02f2d0d1a6560b9525cd9da8b430774b0108e..59a246ecdcbe081fbe1eaa540f736ffad1039893 100644 (file)
@@ -11,7 +11,7 @@
                helpfile="exportFeature.html">
         <source path="export_widget.xml" />
       </feature>
-      <feature id="Dump" title="Dump" tooltip="Dump python script" icon="icons/Exchange/dump.png"
+      <feature id="Dump" title="Dump" tooltip="Dump Python script" icon="icons/Exchange/dump.png"
                helpfile="dumpFeature.html">
         <export_file_selector id="file_path"
                               type="save"
           <validator id="ExchangePlugin_ExportFormat"
                      parameters="py:Python" />
         </export_file_selector>
-        <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>
+        <!--<boolvalue id="topological_naming"
+             label="Topological naming selection"
+             tooltip="To use standard topological naming selection identifier, used for parametric model"
+             default="true"/>
+        <boolvalue id="geometric_selection"
+             label="Geometric selection"
+             tooltip="To use geometrical point coordinates to identify selected shapes"
+             default="true"/>
+        <boolvalue id="weak_naming"
+             label="Weak naming selection"
+             tooltip="To use geometrical order for identification of selected shapes"
+             default="false"/> -->
       </feature>
     </group>
   </workbench>