]> SALOME platform Git repositories - modules/shaper.git/blob - src/ExchangePlugin/plugin-Exchange.xml
Salome HOME
Update copyrights
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
1 <plugin>
2   <workbench id="Part">
3     <group id="Exchange">
4       <feature id="Import" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png" document="Part"
5                helpfile="importFeature.html">
6         <file_selector id="file_path" title="Import file" path="">
7           <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES,XAO:XAO" />
8         </file_selector>
9       </feature>
10       <feature id="Export" title="Export" tooltip="Export to file" icon="icons/Exchange/export.png"
11                helpfile="exportFeature.html">
12         <source path="export_widget.xml" />
13       </feature>
14       <feature id="Dump" title="Dump" tooltip="Dump python script" icon="icons/Exchange/dump.png"
15                helpfile="dumpFeature.html">
16         <export_file_selector id="file_path"
17                               type="save"
18                               title="Dump to file"
19                               path="">
20           <validator id="ExchangePlugin_ExportFormat"
21                      parameters="py:Python" />
22         </export_file_selector>
23         <radiobox id="selection_type">
24           <radio id="topological_naming"
25                title="Topological naming selection"
26                tooltip="To use standard topological naming selection identifier, used for parametric model"/>
27           <radio id="geometric_selection"
28                title="Geometric selection"
29                tooltip="To use geometrical point coordinates to identify selected shapes"/>
30           <radio id="weak_naming"
31                title="Weak naming selection"
32                tooltip="To use geometrical order for identification of selected shapes"/>
33         </radiobox>
34       </feature>
35     </group>
36   </workbench>
37 </plugin>