Salome HOME
Update copyright information
[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-2008  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_SimpleParameters_2D"
45                 label-id="NETGEN 2D Simple Parameters"
46                 icon-id="mesh_hypo_netgen_2d.png"
47                 dim="2"/>
48     <hypothesis type="NETGEN_SimpleParameters_3D"
49                 label-id="NETGEN 3D Simple Parameters"
50                 icon-id="mesh_hypo_netgen.png"
51                 dim="3"/>
52   </hypotheses>
53   <algorithms>
54     <algorithm type="NETGEN_3D"
55                label-id="Tetrahedron (Netgen)"
56                icon-id="mesh_algo_tetra.png"
57                hypos="MaxElementVolume"
58                need-geom="false"
59                input="TRIA,QUAD"
60                dim="3"/>
61     <algorithm type="NETGEN_2D"
62                label-id="Netgen 1D-2D"
63                icon-id="mesh_algo_netgen_2d.png"
64                hypos="NETGEN_Parameters_2D, NETGEN_SimpleParameters_2D"
65                output="TRIA,QUAD"
66                dim="2"
67                support-submeshes="true"
68                />
69     <algorithm type="NETGEN_2D3D"
70                label-id="Netgen 1D-2D-3D"
71                icon-id="mesh_algo_netgen_2d3d.png"
72                hypos="NETGEN_Parameters, NETGEN_SimpleParameters_3D"
73                dim="3"
74                support-submeshes="true"
75                />
76     <algorithm type="NETGEN_2D_ONLY"
77                label-id="Netgen 2D"
78                icon-id="mesh_algo_netgen_2d.png"
79                hypos="LengthFromEdges,MaxElementArea"
80                opt-hypos="QuadranglePreference"
81                input="EDGE"
82                output="TRIA,QUAD"
83                dim="2"/>
84   </algorithms>
85 </meshers-group>
86
87 </meshers>