Salome HOME
30bcd8ff31078161167d17bc64fd31b38389ee58
[plugins/blsurfplugin.git] / resources / BLSURFPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!--  GUI customization for BLSURF Plugin  -->
5
6 <meshers>
7
8 <meshers-group name="BLSURF"
9                resources="BLSURFPlugin"
10                server-lib="libBLSURFEngine.so"
11                gui-lib="libBLSURFPluginGUI.so">
12   <hypotheses>
13     <hypothesis type="BLSURF_Parameters"
14                 label-id="BLSURF Parameters"
15                 icon-id="mesh_hypo_BLSURF.png"
16                 dim="2"/>
17   </hypotheses>
18   <algorithms>
19     <algorithm type="BLSURF"
20                label-id="BLSURF"
21                icon-id="mesh_algo_BLSURF.png"
22                hypos="BLSURF_Parameters"
23                output="TRIA,QUAD"
24                dim="2"/>
25   </algorithms>
26 </meshers-group>
27
28 </meshers>