Salome HOME
DCQ:prepare 2.0.0
[modules/smesh.git] / resources / SMESH_MeshersWithNETGEN.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="Standard Meshers"
9                resources="StdMeshers"
10                server-lib="libStdMeshersEngine.so"
11                gui-lib="libStdMeshersGUI.so">
12   <hypotheses>
13
14     <hypothesis type="LocalLength"
15                 label-id="Average length"
16                 icon-id="mesh_hypo_length.png"/>
17
18     <hypothesis type="LengthFromEdges"
19                 label-id="Length From Edges (2D Hyp. for Triangulator)"
20                 icon-id="mesh_hypo_length.png"/>
21
22     <hypothesis type="NumberOfSegments"
23                 label-id="Nb. Segments"
24                 icon-id="mesh_hypo_segment.png"/>
25
26     <hypothesis type="MaxElementArea"
27                 label-id="Max. Triangle Area"
28                 icon-id="mesh_hypo_area.png"/>
29
30     <hypothesis type="MaxElementVolume"
31                 label-id="Max. Hexahedron or Tetrahedron Volume"
32                 icon-id="mesh_hypo_volume.png"/>
33
34     <hypothesis type="NotConformAllowed"
35                 label-id="Not Conform Mesh Allowed"
36                 icon-id="mesh_hypo_length.png"/>
37   </hypotheses>
38
39   <algorithms>
40
41     <algorithm type="Regular_1D"
42                label-id="Wire discretisation"
43                icon-id="mesh_algo_regular.png"/>
44
45     <algorithm type="MEFISTO_2D"
46                label-id="Triangle (Mefisto)"
47                icon-id="mesh_algo_mefisto.png"/>
48
49     <algorithm type="Quadrangle_2D"
50                label-id="Quadrangle (Mapping)"
51                icon-id="mesh_algo_quad.png"/>
52
53     <algorithm type="Hexa_3D"
54                label-id="Hexahedron (i,j,k)"
55                icon-id="mesh_algo_hexa.png"/>
56   </algorithms>
57 </meshers-group>
58
59 <meshers-group name="NETGEN"
60                resources="NETGENPlugin"
61                server-lib="libNETGENEngine.so"
62                gui-lib="">
63   <algorithms>
64     <algorithm type="NETGEN_3D"
65                label-id="Tetrahedron (Netgen)"
66                icon-id="mesh_algo_tetra.png"/>
67   </algorithms>
68 </meshers-group>
69
70 <meshers-group name="Your Meshers Group"
71                resources=""
72                server-lib=""
73                gui-lib="">
74   <hypotheses>
75
76     <hypothesis type=""
77                 label-id=""
78                 icon-id=""/>
79   </hypotheses>
80
81   <algorithms>
82
83     <algorithm type=""
84                label-id=""
85                icon-id=""/>
86   </algorithms>
87 </meshers-group>
88
89 </meshers>