Salome HOME
6135daa16edb583950db12c3789870573e8346de
[plugins/netgenplugin.git] / resources / NETGENPlugin.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="NETGEN"
9                resources="NETGENPlugin"
10                server-lib="NETGENEngine"
11                gui-lib="NETGENPluginGUI">
12   <hypotheses>
13     <hypothesis type="NETGEN_Parameters"
14                 label-id="NETGEN 3D Parameters"
15                 icon-id="mesh_hypo_netgen.png"
16                 dim="3"/>
17     <hypothesis type="NETGEN_Parameters_2D"
18                 label-id="NETGEN 2D Parameters"
19                 icon-id="mesh_hypo_netgen_2d.png"
20                 dim="2"/>
21   </hypotheses>
22   <algorithms>
23     <algorithm type="NETGEN_3D"
24                label-id="Tetrahedron (Netgen)"
25                icon-id="mesh_algo_tetra.png"
26                hypos="MaxElementVolume"
27                need-geom="false"
28                input="TRIA"
29                dim="3"/>
30     <algorithm type="NETGEN_2D"
31                label-id="Netgen 1D-2D"
32                icon-id="mesh_algo_netgen_2d.png"
33                hypos="NETGEN_Parameters_2D"
34                output="TRIA,QUAD"
35                dim="2"/>
36     <algorithm type="NETGEN_2D3D"
37                label-id="Netgen 1D-2D-3D"
38                icon-id="mesh_algo_netgen_2d3d.png"
39                hypos="NETGEN_Parameters"
40                dim="3"/>
41     <algorithm type="NETGEN_2D_ONLY"
42                label-id="Netgen 2D"
43                icon-id="mesh_algo_netgen_2d.png"
44                hypos="LengthFromEdges,MaxElementArea"
45                opt-hypos="QuadranglePreference"
46                input="EDGE"
47                output="TRIA,QUAD"
48                dim="2"/>
49   </algorithms>
50 </meshers-group>
51
52 </meshers>