]> SALOME platform Git repositories - modules/shaper.git/blob - src/ExchangePlugin/plugin-Exchange.xml
Salome HOME
a389bcec15785cb781b0e3983b2291ea4f3fee59
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Features" document="Part">
5     <group id="Exchange">
6       <feature id="Import" title="Import" tooltip="Import a file" icon=":icons/import.png">
7         <file_selector id="import_file_selector" title="Import file" path="">
8           <validator id="ExchangePlugin_ImportFormat" parameters="BREP:BREPImport,STEP|STP:STEPImport,IGES:IGESImport" />
9         </file_selector>
10       </feature>
11       <feature id="Export" title="Export" tooltip="Export to file" icon=":icons/export.png">
12         <file_selector id="export_file_selector" title="Export file" path="">
13           <validator id="ExchangePlugin_ExportFormat" parameters="BREgi tP:BREPExport,STEP|STP:STEPExport,IGES:IGESExport" />
14         </file_selector>
15       </feature>
16     </group>
17   </workbench>
18 </plugin>