Salome HOME
Issue #2998: Add help description for automatic creation of constraints
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
old mode 100755 (executable)
new mode 100644 (file)
index 5bd7fb9..59a246e
@@ -1,39 +1,18 @@
-<!--
-Copyright (C) 2014-2017  CEA/DEN, EDF R&D
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Lesser General Public License for more details.
-
-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
-
-See http:##www.salome-platform.org/ or
-email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
--->
-
 <plugin>
   <workbench id="Part">
     <group id="Exchange">
       <feature id="Import" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png" document="Part"
-               helpfile="ExchangePlugin/importFeature.html">
+               helpfile="importFeature.html">
         <file_selector id="file_path" title="Import file" path="">
           <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES,XAO:XAO" />
         </file_selector>
       </feature>
       <feature id="Export" title="Export" tooltip="Export to file" icon="icons/Exchange/export.png"
-               helpfile="ExchangePlugin/exportFeature.html">
+               helpfile="exportFeature.html">
         <source path="export_widget.xml" />
       </feature>
-      <feature id="Dump" title="Dump" tooltip="Dump python script" icon="icons/Exchange/dump.png"
-               helpfile="ExchangePlugin/dumpFeature.html">
+      <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"
                               title="Dump to file"
@@ -41,7 +20,18 @@ 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"/>
+        <!--<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>