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" />
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" />
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"
20 <validator id="ExchangePlugin_ExportFormat"
21 parameters="py:Python" />
22 </export_file_selector>
23 <!--<boolvalue id="topological_naming"
24 label="Topological naming selection"
25 tooltip="To use standard topological naming selection identifier, used for parametric model"
27 <boolvalue id="geometric_selection"
28 label="Geometric selection"
29 tooltip="To use geometrical point coordinates to identify selected shapes"
31 <boolvalue id="weak_naming"
32 label="Weak naming selection"
33 tooltip="To use geometrical order for identification of selected shapes"