Salome HOME
PAL19765: Bad modification of a selected hypothesis
[plugins/ghs3dplugin.git] / resources / GHS3DPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!--  GUI customization for MESH component  -->
5
6 <meshers>
7
8 <meshers-group name="GHS3D"
9                resources="GHS3DPlugin"
10                server-lib="GHS3DEngine"
11                gui-lib="GHS3DPluginGUI">
12   <hypotheses>
13     <hypothesis type="GHS3D_Parameters"
14                 label-id="GHS3D Parameters"
15                 icon-id="mesh_hypo_ghs3d.png"
16                 dim="3"/>
17   </hypotheses>
18   <algorithms>
19     <algorithm type="GHS3D_3D"
20                label-id="Tetrahedron (GHS3D)"
21                icon-id="mesh_tree_hypo_ghs3d.png"
22                input="TRIA,QUAD"
23                need-geom="false"
24                opt-hypos="GHS3D_Parameters"
25                dim="3"/>
26   </algorithms>
27 </meshers-group>
28
29 </meshers>