]> SALOME platform Git repositories - modules/shaper.git/blob - src/ExchangePlugin/plugin-Exchange.xml
Salome HOME
Merge branch 'master' of newgeom:newgeom.git into BR_PYTHON_PLUGIN
[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>