Salome HOME
DCQ : Merge with Ecole_Ete_a6.
[modules/smesh.git] / resources / StdMeshers.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="Your Meshers Group"
60                resources=""
61                server-lib=""
62                gui-lib="">
63   <hypotheses>
64
65     <hypothesis type=""
66                 label-id=""
67                 icon-id=""/>
68   </hypotheses>
69
70   <algorithms>
71
72     <algorithm type=""
73                label-id=""
74                icon-id=""/>
75   </algorithms>
76 </meshers-group>
77
78 </meshers>