1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
4 <!-- GUI customization for MESH component -->
8 <meshers-group name="Standard Meshers"
10 server-lib="libStdMeshersEngine.so"
11 gui-lib="libStdMeshersGUI.so">
14 <hypothesis type="LocalLength"
15 label-id="Average length"
16 icon-id="mesh_hypo_length.png"/>
18 <hypothesis type="Arithmetic1D"
19 label-id="Arithmetic 1D"
20 icon-id="mesh_hypo_length.png"/>
22 <hypothesis type="StartEndLength"
23 label-id="Start and End Length"
24 icon-id="mesh_hypo_length.png"/>
26 <hypothesis type="NumberOfSegments"
27 label-id="Nb. Segments"
28 icon-id="mesh_hypo_segment.png"/>
30 <hypothesis type="Deflection1D"
31 label-id="Deflection 1D"
32 icon-id="mesh_hypo_length.png"/>
34 <hypothesis type="Propagation"
35 label-id="Propagation of 1D Hyp. on opposite edges"
36 icon-id="mesh_hypo_length.png"/>
38 <hypothesis type="LengthFromEdges"
39 label-id="Length From Edges (2D Hyp. for Triangulator)"
40 icon-id="mesh_hypo_length.png"/>
42 <hypothesis type="MaxElementArea"
43 label-id="Max. Element Area"
44 icon-id="mesh_hypo_area.png"/>
46 <hypothesis type="MaxElementVolume"
47 label-id="Max. Element Volume"
48 icon-id="mesh_hypo_volume.png"/>
50 <hypothesis type="NotConformAllowed"
51 label-id="Not Conform Mesh Allowed"
52 icon-id="mesh_hypo_length.png"/>
57 <algorithm type="Regular_1D"
58 label-id="Wire discretisation"
59 icon-id="mesh_algo_regular.png"/>
61 <algorithm type="MEFISTO_2D"
62 label-id="Triangle (Mefisto)"
63 icon-id="mesh_algo_mefisto.png"/>
65 <algorithm type="Quadrangle_2D"
66 label-id="Quadrangle (Mapping)"
67 icon-id="mesh_algo_quad.png"/>
69 <algorithm type="Hexa_3D"
70 label-id="Hexahedron (i,j,k)"
71 icon-id="mesh_algo_hexa.png"/>
75 <meshers-group name="Your Meshers Group"