Salome HOME
bad name of file
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!--  GUI customization for GHS3DPRL Plugin  -->
5
6 <meshers>
7
8 <meshers-group name="GHS3DPRL"
9                resources="GHS3DPRLPlugin"
10                server-lib="libGHS3DPRLEngine.so"
11                gui-lib="libGHS3DPRLPluginGUI.so">
12   <hypotheses>
13     <hypothesis type="GHS3DPRL_Parameters"
14                 label-id="GHS3DPRL Parameters"
15                 icon-id="mesh_hypo_GHS3DPRL.png"
16                 dim="3"/>
17   </hypotheses>
18   <algorithms>
19     <algorithm type="GHS3DPRL_3D"
20                label-id="GHS3DPRL"
21                icon-id="mesh_algo_GHS3DPRL.png"
22                hypos="GHS3DPRL_Parameters"
23                input="TRIA,QUAD"
24                dim="3"/>
25   </algorithms>
26 </meshers-group>
27
28 </meshers>