]> SALOME platform Git repositories - modules/shaper.git/blob - src/ExchangePlugin/export_widget.xml
Salome HOME
1444d46439ece9c947f8a212b7261c320a7f6056
[modules/shaper.git] / src / ExchangePlugin / export_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <switch id="ExportType">
5     <case id="Regular" title="BREP, STEP, IGES">
6       <export_file_selector id="file_path"
7                             type="save"
8                             title="Export file"
9                             path="">
10         <validator id="ExchangePlugin_ExportFormat"
11                    parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES-5.1,IGES|IGS:IGES-5.3" />
12       </export_file_selector>
13     </case>
14     <case id="XAO" title="XAO">
15       <export_file_selector id="file_path"
16                             type="save"
17                             title="Export file"
18                             path="">
19         <validator id="ExchangePlugin_ExportFormat"
20                    parameters="XAO:XAO" />
21       </export_file_selector>
22       <stringvalue id="xao_author"
23                    label="Author"
24                    placeholder="Please input the author">
25       </stringvalue>
26     </case>
27   </switch>
28   <multi_selector id="selection_list" 
29                   tooltip="Select a set of objects" 
30                   type_choice="Vertices Edges Faces Solids Objects">
31     <validator id="GeomValidators_Finite"/>
32   </multi_selector>
33 </source>