1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
4 Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
6 Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
7 CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
23 See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
27 <!-- GUI customization for MESH component -->
31 <meshers-group name="Standard Meshers"
32 resources="StdMeshers"
33 server-lib="StdMeshersEngine"
34 gui-lib="StdMeshersGUI">
37 <hypothesis type="SegmentLengthAroundVertex"
38 label-id="Length Near Vertex"
39 icon-id="mesh_hypo_length.png"
42 <hypothesis type="LocalLength"
43 label-id="Local Length"
44 icon-id="mesh_hypo_length.png"
47 <hypothesis type="MaxLength"
49 icon-id="mesh_hypo_length.png"
52 <hypothesis type="Arithmetic1D"
53 label-id="Arithmetic 1D"
54 icon-id="mesh_hypo_length.png"
57 <hypothesis type="FixedPoints1D"
58 label-id="Fixed points 1D"
59 icon-id="mesh_hypo_length.png"
62 <hypothesis type="StartEndLength"
63 label-id="Start and End Length"
64 icon-id="mesh_hypo_length.png"
67 <hypothesis type="NumberOfSegments"
68 label-id="Nb. Segments"
69 icon-id="mesh_hypo_segment.png"
72 <hypothesis type="Deflection1D"
73 label-id="Deflection 1D"
74 icon-id="mesh_hypo_length.png"
77 <hypothesis type="Propagation"
78 label-id="Propagation of 1D Hyp. on opposite edges"
79 icon-id="mesh_hypo_length.png"
83 <hypothesis type="AutomaticLength"
84 label-id="Automatic length"
85 icon-id="mesh_hypo_length.png"
88 <hypothesis type="LengthFromEdges"
89 label-id="Length From Edges (2D Hyp. for Triangulator)"
90 icon-id="mesh_hypo_length.png"
93 <hypothesis type="QuadranglePreference"
94 label-id="Quadrangle Preference"
95 icon-id="mesh_algo_quad.png"
99 <hypothesis type="TrianglePreference"
100 label-id="Triangle Preference"
101 icon-id="mesh_algo_mefisto.png"
105 <hypothesis type="QuadraticMesh"
106 label-id="Quadratic Mesh"
107 icon-id="mesh_algo_quad.png"
111 <hypothesis type="MaxElementArea"
112 label-id="Max. Element Area"
113 icon-id="mesh_hypo_area.png"
116 <hypothesis type="NotConformAllowed"
117 label-id="Not Conform Mesh Allowed"
118 icon-id="mesh_hypo_length.png"
122 <hypothesis type="MaxElementVolume"
123 label-id="Max. Element Volume"
124 icon-id="mesh_hypo_volume.png"
128 <hypothesis type="ProjectionSource3D"
129 label-id="Source Shape 3D"
130 icon-id="mesh_hypo_volume.png"
133 <hypothesis type="ProjectionSource2D"
134 label-id="Source Face"
135 icon-id="mesh_hypo_area.png"
138 <hypothesis type="ProjectionSource1D"
139 label-id="Source Edge"
140 icon-id="mesh_hypo_length.png"
143 <hypothesis type="NumberOfLayers"
144 label-id="Number of Layers"
145 icon-id="mesh_hypo_length.png"
148 <hypothesis type="LayerDistribution"
149 label-id="Distribution of Layers"
150 icon-id="mesh_hypo_length.png"
153 <hypothesis type="NumberOfLayers2D"
154 label-id="Number of Layers"
155 icon-id="mesh_hypo_length.png"
158 <hypothesis type="LayerDistribution2D"
159 label-id="Distribution of Layers"
160 icon-id="mesh_hypo_length.png"
163 <hypothesis type="QuadrangleParams"
164 label-id="Quadrangle Parameters"
165 icon-id="mesh_hypo_length.png"
172 <algorithm type="SegmentAroundVertex_0D"
173 label-id="Segments around vertex"
174 icon-id="mesh_algo_regular.png"
175 hypos="SegmentLengthAroundVertex"
179 <algorithm type="Regular_1D"
180 label-id="Wire discretisation"
181 icon-id="mesh_algo_regular.png"
182 hypos="LocalLength,MaxLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
183 opt-hypos="Propagation,QuadraticMesh"
188 <algorithm type="CompositeSegment_1D"
189 label-id="Composite side discretisation"
190 icon-id="mesh_algo_regular.png"
191 hypos="LocalLength,MaxLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
192 opt-hypos="Propagation,QuadraticMesh"
197 <algorithm type="MEFISTO_2D"
198 label-id="Triangle (Mefisto)"
199 icon-id="mesh_algo_mefisto.png"
200 hypos="LengthFromEdges,MaxElementArea"
205 <algorithm type="Quadrangle_2D"
206 label-id="Quadrangle (Mapping)"
207 icon-id="mesh_algo_quad.png"
208 hypos="QuadrangleParams"
209 opt-hypos="QuadranglePreference,TrianglePreference"
214 <algorithm type="Hexa_3D"
215 label-id="Hexahedron (i,j,k)"
216 icon-id="mesh_algo_hexa.png"
221 <algorithm type="Projection_1D"
222 label-id="Projection 1D"
223 icon-id="mesh_algo_regular.png"
224 hypos="ProjectionSource1D"
228 <algorithm type="Projection_2D"
229 label-id="Projection 2D"
230 icon-id="mesh_algo_quad.png"
232 hypos="ProjectionSource2D"
236 <algorithm type="Projection_3D"
237 label-id="Projection 3D"
238 icon-id="mesh_algo_hexa.png"
239 hypos="ProjectionSource3D"
243 <algorithm type="Prism_3D"
244 label-id="3D extrusion"
245 icon-id="mesh_algo_hexa.png"
249 <algorithm type="RadialPrism_3D"
250 label-id="Radial Prism 3D"
251 icon-id="mesh_algo_hexa.png"
252 hypos="NumberOfLayers, LayerDistribution"
256 <algorithm type="UseExisting_1D"
257 label-id="Use existing edges"
258 icon-id="mesh_algo_regular.png"
263 <algorithm type="UseExisting_2D"
264 label-id="Use existing faces"
265 icon-id="mesh_algo_quad.png"
270 <algorithm type="RadialQuadrangle_1D2D"
271 label-id="Radial quadrangle 1D2D"
272 icon-id="mesh_algo_quad.png"
273 hypos="NumberOfLayers2D, LayerDistribution2D"
281 <meshers-group name="Your Meshers Group"
301 <hypotheses-set-group>
303 <hypotheses-set name="Automatic Tetrahedralization"
305 algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
307 <hypotheses-set name="Automatic Hexahedralization"
308 hypos="NumberOfSegments"
309 algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
311 </hypotheses-set-group>