Salome HOME
f478491fed0f0406b29dafb904437cdbd3fb1143
[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:BREP,STEP|STP:STEP,IGES:IGES" />
9         </file_selector>
10       </feature>
11       <feature id="Export" title="Export" tooltip="Export to file" icon=":icons/export.png">
12         <export_file_selector id="export_file_selector" type="save" title="Export file" path="">
13           <validator id="ExchangePlugin_ExportFormat" parameters="BREP:BREP,STEP|STP:STEP,IGES:IGES-5.1,IGES:IGES-5.3" />
14         </export_file_selector>
15         <multi_selector id="selection_list" tooltip="Select a set of objects" type_choice="Vertices Edges Faces Solids" /> 
16       </feature>
17     </group>
18   </workbench>
19 </plugin>