Salome HOME
Merge from PHASE_25_BR 09/12/2010
[plugins/netgenplugin.git] / resources / NETGENPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
5
6   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
7   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
8
9   This library is free software; you can redistribute it and/or
10   modify it under the terms of the GNU Lesser General Public
11   License as published by the Free Software Foundation; either
12   version 2.1 of the License.
13
14   This library is distributed in the hope that it will be useful,
15   but WITHOUT ANY WARRANTY; without even the implied warranty of
16   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17   Lesser General Public License for more details.
18
19   You should have received a copy of the GNU Lesser General Public
20   License along with this library; if not, write to the Free Software
21   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22
23   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
24
25 -->
26
27 <!--  GUI customization for MESH component  -->
28
29 <meshers>
30
31 <meshers-group name="NETGEN"
32                resources="NETGENPlugin"
33                server-lib="NETGENEngine"
34                gui-lib="NETGENPluginGUI">
35   <hypotheses>
36     <hypothesis type="NETGEN_Parameters"
37                 label-id="NETGEN 3D Parameters"
38                 icon-id="mesh_hypo_netgen.png"
39                 dim="3"/>
40     <hypothesis type="NETGEN_Parameters_2D"
41                 label-id="NETGEN 2D Parameters"
42                 icon-id="mesh_hypo_netgen_2d.png"
43                 dim="2"/>
44     <hypothesis type="NETGEN_Parameters_3D"
45                 label-id="NETGEN 3D Parameters"
46                 icon-id="mesh_hypo_netgen.png"
47                 dim="3"/>
48     <hypothesis type="NETGEN_Parameters_2D_ONLY"
49                 label-id="NETGEN 2D Parameters"
50                 icon-id="mesh_hypo_netgen_2d.png"
51                 dim="2"/>
52     <hypothesis type="NETGEN_SimpleParameters_2D"
53                 label-id="NETGEN 2D Simple Parameters"
54                 icon-id="mesh_hypo_netgen_2d.png"
55                 dim="2"/>
56     <hypothesis type="NETGEN_SimpleParameters_3D"
57                 label-id="NETGEN 3D Simple Parameters"
58                 icon-id="mesh_hypo_netgen.png"
59                 dim="3"/>
60   </hypotheses>
61   <algorithms>
62     <algorithm type="NETGEN_3D"
63                label-id="Tetrahedron (Netgen)"
64                icon-id="mesh_algo_tetra.png"
65                hypos="MaxElementVolume,NETGEN_Parameters_3D"
66                need-geom="false"
67                input="TRIA,QUAD"
68                dim="3"/>
69     <algorithm type="NETGEN_2D"
70                label-id="Netgen 1D-2D"
71                icon-id="mesh_algo_netgen_2d.png"
72                hypos="NETGEN_Parameters_2D, NETGEN_SimpleParameters_2D"
73                output="TRIA,QUAD"
74                dim="2"
75                support-submeshes="true"
76                />
77     <algorithm type="NETGEN_2D3D"
78                label-id="Netgen 1D-2D-3D"
79                icon-id="mesh_algo_netgen_2d3d.png"
80                hypos="NETGEN_Parameters, NETGEN_SimpleParameters_3D"
81                dim="3"
82                support-submeshes="true"
83                />
84     <algorithm type="NETGEN_2D_ONLY"
85                label-id="Netgen 2D"
86                icon-id="mesh_algo_netgen_2d.png"
87                hypos="LengthFromEdges,MaxElementArea,NETGEN_Parameters_2D_ONLY"
88                opt-hypos="QuadranglePreference"
89                input="EDGE"
90                output="TRIA,QUAD"
91                dim="2"/>
92   </algorithms>
93 </meshers-group>
94
95 </meshers>