]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Correction for XAO, improvement for types of exported objects and axis created by...
authornds <nds@opencascade.com>
Thu, 23 Jun 2016 11:42:49 +0000 (14:42 +0300)
committernds <nds@opencascade.com>
Thu, 23 Jun 2016 11:43:20 +0000 (14:43 +0300)
src/ConstructionPlugin/axis_widget.xml
src/ExchangePlugin/plugin-Exchange.xml

index 4f0711c14b24a176821edcb20e60bdc534c6f54d..c67dff3e10fc5d65576bbe76fcf452643d6090df 100644 (file)
@@ -26,7 +26,7 @@
         label="Main object" 
         icon="icons/Construction/circle.png" 
         tooltip="Select a cylindrical object"
-        shape_types="face solid shell">
+        shape_types="face">
         <validator id="GeomValidators_Face" parameters="cylinder"/>
       </shape_selector>
     </box>
index 28f13d951b28af72f6c651666e6b7ef85f6ae8a1..531f36667288063f1b3d94196e13ddfb55ab08c7 100755 (executable)
@@ -5,7 +5,7 @@
     <group id="Exchange">
       <feature id="Import" title="Import" tooltip="Import a file" icon="icons/Exchange/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/Exchange/export.png">
@@ -13,7 +13,7 @@
           <validator id="ExchangePlugin_ExportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES-5.1,IGES|IGS:IGES-5.3" />
         </export_file_selector>
         <multi_selector id="selection_list" tooltip="Select a set of objects"
-                        type_choice="Vertices Edges Faces Solids Compsolids Objects" use_choice="true">
+                        type_choice="Vertices Edges Wires Faces Shells Solids Compsolids Compounds Objects" use_choice="true">
           <validator id="GeomValidators_Finite"/>
         </multi_selector>
       </feature>