Salome HOME
Log desktop actions
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
index f6248194572dc893fb1fb65b91e99adfd10a415e..6637952ed7d8ea65e6bdb169db1373917cef9b09 100644 (file)
@@ -4,25 +4,97 @@
       <feature id="ImportMacro" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png"
                helpfile="importFeature.html"
                internal="1">
-        <file_selector id="file_path" title="Import file" path="">
-          <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES,XAO:XAO" />
+        <switch id="ImportType">
+          <case id="Regular" title="BREP, XAO, IGES, STL">
+            <file_selector id="file_path" title="Import file" path="">
+              <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,IGES|IGS:IGES,XAO:XAO,STL:STL" />
+            </file_selector>
+            <choice id="target_part"
+                    string_list_attribute="target_parts_list"
+                    label="Import to"
+                    tooltip="Select the part to import the document" />
+          </case>
+          <case id="STEP" title="STEP">
+            <file_selector id="step_file_path" title="Import file" path="">
+              <validator id="ExchangePlugin_ImportFormat" parameters="STEP|STP:STEP" />
+            </file_selector>
+            <choice id="step_target_part"
+                    string_list_attribute="step_target_parts_list"
+                    label="Import to"
+                    tooltip="Select the part to import the document" />
+            <groupbox title="STEP options">
+              <boolvalue id="step_scale_inter_units"
+                         label="Scale to International System of Units"
+                         default="true"/>
+              <groupbox title="Create groups from">
+                <boolvalue id="step_materials"
+                           label="Materials"
+                           default="false"/>
+                <boolvalue id="step_colors"
+                           label="Colors"
+                           default="false"/>
+              </groupbox>
+            </groupbox>
+          </case>
+          <case id="XAOMem" title="XAOMem" internal="1">
+          </case>
+        </switch>
+      </feature>
+
+      <feature id="ImportImageMacro" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png"
+               helpfile="importFeature.html"
+               internal="1">
+        <file_selector id="file_path" title="Import image file" path="">
+          <validator id="ExchangePlugin_ImportFormat" parameters="GIF|TIFF|PNG|JPG|JPEG|BMP|PPM|JPE:Image" />
         </file_selector>
         <choice id="target_part"
                 string_list_attribute="target_parts_list"
                 label="Import to"
-                tooltip="Select the part to import the document" />
+                tooltip="Select the image to import the document" />
       </feature>
+
       <feature id="Import" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png"
+               helpfile="importFeature.html" internal="1">
+        <switch id="ImportType">
+          <case id="Regular" title="BREP, XAO, IGES, STL">
+            <file_selector id="file_path" title="Import file" path="">
+                <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,IGES|IGS:IGES,XAO:XAO,STL:STL" />
+            </file_selector>
+          </case>
+          <case id="STEP" title="STEP">
+            <file_selector id="step_file_path" title="Import file" path="">
+              <validator id="ExchangePlugin_ImportFormat" parameters="STEP|STP:STEP" />
+            </file_selector>
+            <groupbox title="STEP options">
+              <boolvalue id="step_scale_inter_units"
+                         label="Scale to International System of Units"
+                         default="true"/>
+              <groupbox title="Create groups from">
+                <boolvalue id="step_materials"
+                           label="Materials"
+                           default="false"/>
+                <boolvalue id="step_colors"
+                           label="Colors"
+                           default="false"/>
+              </groupbox>
+            </groupbox>
+          </case>
+          <case id="XAOMem" title="XAOMem" internal="1">
+          </case>
+        </switch>
+      </feature>
+      <feature id="ImportImage" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png"
                helpfile="importFeature.html"
                internal="1">
-        <file_selector id="file_path" title="Import file" path="">
-          <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES,XAO:XAO" />
+        <file_selector id="file_path" title="Import image file" path="">
+          <validator id="ExchangePlugin_ImportFormat" parameters="GIF|TIFF|PNG|JPG|JPEG|BMP|PPM|JPE:Image" />
         </file_selector>
       </feature>
       <feature id="Export" title="Export" tooltip="Export to file" icon="icons/Exchange/export.png"
-               helpfile="exportFeature.html">
+               helpfile="exportFeature.html" internal="1">
         <source path="export_widget.xml" />
       </feature>
+
       <feature id="Dump" title="Dump" tooltip="Dump Python script" icon="icons/Exchange/dump.png"
                helpfile="dumpFeature.html" abort_confirmation="false">
         <export_file_selector id="file_path"
         <!--<boolvalue id="topological_naming"
              label="Topological naming selection"
              tooltip="To use standard topological naming selection identifier, used for parametric model"
-             default="true"/>
+             default="true"/>-->
         <boolvalue id="geometric_selection"
-             label="Geometric selection"
+             label="Dump by coordinates"
              tooltip="To use geometrical point coordinates to identify selected shapes"
-             default="true"/>
-        <boolvalue id="weak_naming"
+             default="false"/>
+        <!--<boolvalue id="weak_naming"
              label="Weak naming selection"
              tooltip="To use geometrical order for identification of selected shapes"
              default="false"/> -->
       </feature>
 
       <feature id="ImportPart" title="Import part" tooltip="Import features from file" icon="icons/Exchange/import_part.png"
-               helpfile="importPart.html"
+               helpfile="importFeature.html"
                internal="1">
         <file_selector id="file_path" title="Import file" path="">
           <validator id="ExchangePlugin_ImportFormat" parameters="shaperpart:Part" />
                 label="Import to"
                 tooltip="Select the part to import the document" />
       </feature>
+
       <feature id="ExportPart" title="Export part" tooltip="Export structure of the Part to file" icon="icons/Exchange/export_part.png"
-               helpfile="exportPart.html"
+               helpfile="exportFeature.html"
                internal="1">
         <export_file_selector id="file_path"
                               type="save"
       </feature>
     </group>
   </workbench>
-</plugin>
\ No newline at end of file
+</plugin>