]> SALOME platform Git repositories - plugins/netgenplugin.git/blob - resources/NETGENPlugin.xml
Salome HOME
df4e14d6e72b95d1c6dad0272c405de4167cdc3c
[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="libNETGENEngine.so"
11                gui-lib="libNETGENPluginGUI.so">
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                input="TRIA"
28                dim="3"/>
29     <algorithm type="NETGEN_2D"
30                label-id="Netgen 1D-2D"
31                icon-id="mesh_algo_netgen_2d.png"
32                hypos="NETGEN_Parameters_2D"
33                output="TRIA,QUAD"
34                dim="2"/>
35     <algorithm type="NETGEN_2D3D"
36                label-id="Netgen 1D-2D-3D"
37                icon-id="mesh_algo_netgen_2d3d.png"
38                hypos="NETGEN_Parameters"
39                dim="3"/>
40   </algorithms>
41 </meshers-group>
42
43 </meshers>