]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Add XAO format to ExchangePlugin XML
authorspo <sergey.pokhodenko@opencascade.com>
Wed, 25 Nov 2015 08:11:28 +0000 (11:11 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Wed, 9 Dec 2015 05:16:46 +0000 (08:16 +0300)
src/ExchangePlugin/plugin-Exchange.xml

index d8bb8a0c7f8cb97e8af8a8f3dcde3ed6005436bf..baae74347adf3a1f20d330c83ba85a471fec8c87 100644 (file)
@@ -5,12 +5,12 @@
     <group id="Exchange">
       <feature id="Import" title="Import" tooltip="Import a file" icon=":icons/import.png" document="Part">
         <file_selector id="file_path" title="Import file" path="">
-          <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES" />
+          <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/export.png">
         <export_file_selector id="file_path" type="save" title="Export file" path="">
-          <validator id="ExchangePlugin_ExportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES-5.1,IGES|IGS:IGES-5.3" />
+          <validator id="ExchangePlugin_ExportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES-5.1,IGES|IGS:IGES-5.3,XAO:XAO" />
         </export_file_selector>
         <multi_selector id="selection_list" tooltip="Select a set of objects" type_choice="Vertices Edges Faces Solids Objects">
           <validator id="GeomValidators_Finite"/>