]> SALOME platform Git repositories - modules/shaper.git/blob - src/ExchangePlugin/plugin-Exchange.xml
Salome HOME
7e1c7f1178f8e667e6037b9cf8f06c2a4ca03075
[modules/shaper.git] / src / ExchangePlugin / plugin-Exchange.xml
1 <plugin>
2   <workbench id="Features" document="Part">
3     <group id="Exchange">
4       <feature id="Import" title="Import" tooltip="Import shape" icon=":icons/import.png">
5         <file_selector
6           id="import_file_selector"
7           title="Import file"
8           path="">
9           <validator id="ExchangePlugin_ImportFormat" parameters="BREP:BREPImport,STEP:STEPImport" />
10         </file_selector>
11       </feature>
12     </group>
13   </workbench>
14 </plugin>