Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Export IGES with versions
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
index 36f2801d51ffa6f19e3daf5623bbb18327cc0be7..f478491fed0f0406b29dafb904437cdbd3fb1143 100644 (file)
@@ -4,13 +4,16 @@
   <workbench id="Features" document="Part">
     <group id="Exchange">
       <feature id="Import" title="Import" tooltip="Import a file" icon=":icons/import.png">
-        <file_selector
-          id="import_file_selector"
-          title="Import file"
-          path="">
-          <validator id="ExchangePlugin_ImportFormat" parameters="BREP:BREPImport,STEP|STP:STEPImport" />
+        <file_selector id="import_file_selector" title="Import file" path="">
+          <validator id="ExchangePlugin_ImportFormat" parameters="BREP:BREP,STEP|STP:STEP,IGES:IGES" />
         </file_selector>
       </feature>
+      <feature id="Export" title="Export" tooltip="Export to file" icon=":icons/export.png">
+        <export_file_selector id="export_file_selector" type="save" title="Export file" path="">
+          <validator id="ExchangePlugin_ExportFormat" parameters="BREP:BREP,STEP|STP:STEP,IGES:IGES-5.1,IGES:IGES-5.3" />
+        </export_file_selector>
+        <multi_selector id="selection_list" tooltip="Select a set of objects" type_choice="Vertices Edges Faces Solids" /> 
+      </feature>
     </group>
   </workbench>
 </plugin>
\ No newline at end of file