]> SALOME platform Git repositories - modules/shaper.git/blob - src/ExchangePlugin/plugin-Exchange.xml
Salome HOME
Show ISO lines only on bodies and with highlighting also
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
1 <plugin>
2   <workbench id="Part">
3     <group id="Exchange">
4       <feature id="ImportMacro" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png"
5                helpfile="importFeature.html"
6                internal="1">
7         <file_selector id="file_path" title="Import file" path="">
8           <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES,XAO:XAO" />
9         </file_selector>
10         <choice id="target_part"
11                 string_list_attribute="target_parts_list"
12                 label="Import to"
13                 tooltip="Select the part to import the document" />
14       </feature>
15       <feature id="Import" title="Import" tooltip="Import a file" icon="icons/Exchange/import.png"
16                helpfile="importFeature.html"
17                internal="1">
18         <file_selector id="file_path" title="Import file" path="">
19           <validator id="ExchangePlugin_ImportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES,XAO:XAO" />
20         </file_selector>
21       </feature>
22       <feature id="Export" title="Export" tooltip="Export to file" icon="icons/Exchange/export.png"
23                helpfile="exportFeature.html">
24         <source path="export_widget.xml" />
25       </feature>
26       <feature id="Dump" title="Dump" tooltip="Dump Python script" icon="icons/Exchange/dump.png"
27                helpfile="dumpFeature.html" abort_confirmation="false">
28         <export_file_selector id="file_path"
29                               type="save"
30                               title="Dump to file"
31                               path="">
32           <validator id="ExchangePlugin_ExportFormat"
33                      parameters="py:Python" />
34         </export_file_selector>
35         <!--<boolvalue id="topological_naming"
36              label="Topological naming selection"
37              tooltip="To use standard topological naming selection identifier, used for parametric model"
38              default="true"/>
39         <boolvalue id="geometric_selection"
40              label="Geometric selection"
41              tooltip="To use geometrical point coordinates to identify selected shapes"
42              default="true"/>
43         <boolvalue id="weak_naming"
44              label="Weak naming selection"
45              tooltip="To use geometrical order for identification of selected shapes"
46              default="false"/> -->
47       </feature>
48
49       <feature id="ImportPart" title="Import part" tooltip="Import features from file" icon="icons/Exchange/import_part.png"
50                helpfile="importPart.html"
51                internal="1">
52         <file_selector id="file_path" title="Import file" path="">
53           <validator id="ExchangePlugin_ImportFormat" parameters="shaperpart:Part" />
54         </file_selector>
55         <choice id="target_part"
56                 string_list_attribute="target_parts_list"
57                 label="Import to"
58                 tooltip="Select the part to import the document" />
59       </feature>
60       <feature id="ExportPart" title="Export part" tooltip="Export structure of the Part to file" icon="icons/Exchange/export_part.png"
61                helpfile="exportPart.html"
62                internal="1">
63         <export_file_selector id="file_path"
64                               type="save"
65                               title="Export file"
66                               path="">
67           <validator id="ExchangePlugin_ExportFormat"
68                      parameters="shaperpart:Part" />
69         </export_file_selector>
70         <multi_selector id="selection_list"
71                         tooltip="Select features or results"
72                         shape_types="Vertices Edges Faces Solids Compsolids Objects">
73           <validator id="GeomValidators_GlobalSelection" />
74           <validator id="ExchangePlugin_InHistory" />
75         </multi_selector>
76       </feature>
77     </group>
78   </workbench>
79 </plugin>