Salome HOME
Fix for bug IPAL10431 ( It is impossible create/edit mesh using GUI ).
[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                 dim="1"/>
18
19     <hypothesis type="Arithmetic1D"
20                 label-id="Arithmetic 1D"
21                 icon-id="mesh_hypo_length.png"
22                 dim="1"/>
23
24     <hypothesis type="StartEndLength"
25                 label-id="Start and End Length"
26                 icon-id="mesh_hypo_length.png"
27                 dim="1"/>
28
29     <hypothesis type="NumberOfSegments"
30                 label-id="Nb. Segments"
31                 icon-id="mesh_hypo_segment.png"
32                 dim="1"/>
33
34     <hypothesis type="Deflection1D"
35                 label-id="Deflection 1D"
36                 icon-id="mesh_hypo_length.png"
37                 dim="1"/>
38
39     <hypothesis type="Propagation"
40                 label-id="Propagation of 1D Hyp. on opposite edges"
41                 icon-id="mesh_hypo_length.png"
42                 dim="1"
43                 auxiliary="true"/>
44
45     <hypothesis type="AutomaticLength"
46                 label-id="Automatic length"
47                 icon-id="mesh_hypo_length.png"
48                 dim="1"/>
49
50     <hypothesis type="LengthFromEdges"
51                 label-id="Length From Edges (2D Hyp. for Triangulator)"
52                 icon-id="mesh_hypo_length.png"
53                 dim="2"/>
54
55     <hypothesis type="MaxElementArea"
56                 label-id="Max. Element Area"
57                 icon-id="mesh_hypo_area.png"
58                 dim="2"/>
59                 
60     <hypothesis type="NotConformAllowed"
61                 label-id="Not Conform Mesh Allowed"
62                 icon-id="mesh_hypo_length.png"
63                 dim="1,2,3"
64                 auxiliary="true"/>                
65
66     <hypothesis type="MaxElementVolume"
67                 label-id="Max. Element Volume"
68                 icon-id="mesh_hypo_volume.png"
69                 dim="3"/>
70   </hypotheses>
71
72   <algorithms>
73
74     <algorithm type="Regular_1D"
75                label-id="Wire discretisation"
76                icon-id="mesh_algo_regular.png"
77          dim="1"/>
78
79     <algorithm type="MEFISTO_2D"
80                label-id="Triangle (Mefisto)"
81                icon-id="mesh_algo_mefisto.png"
82          dim="2"/>
83
84     <algorithm type="Quadrangle_2D"
85                label-id="Quadrangle (Mapping)"
86                icon-id="mesh_algo_quad.png"
87                dim="2"/>
88
89     <algorithm type="Hexa_3D"
90                label-id="Hexahedron (i,j,k)"
91                icon-id="mesh_algo_hexa.png"
92                dim="3"/>
93   </algorithms>
94 </meshers-group>
95
96 <meshers-group name="Your Meshers Group"
97                resources=""
98                server-lib=""
99                gui-lib="">
100   <hypotheses>
101
102     <hypothesis type=""
103                 label-id=""
104                 icon-id=""/>
105   </hypotheses>
106
107   <algorithms>
108
109     <algorithm type=""
110                label-id=""
111                icon-id=""/>
112   </algorithms>
113 </meshers-group>
114
115
116 <hypotheses-set-group>
117
118     <hypotheses-set name="Automatic Tetrahedralization"
119                     hypos="AutomaticLength, LengthFromEdges"
120                     algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
121
122     <hypotheses-set name="Automatic Hexahedralization"
123                     hypos="AutomaticLength"
124                     algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
125
126 </hypotheses-set-group>
127
128 </meshers>