1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
4 Copyright (C) 2007-2012 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="QuadraticMesh"
100 label-id="Quadratic Mesh"
101 icon-id="mesh_algo_quad.png"
105 <hypothesis type="MaxElementArea"
106 label-id="Max. Element Area"
107 icon-id="mesh_hypo_area.png"
110 <hypothesis type="NotConformAllowed"
111 label-id="Not Conform Mesh Allowed"
112 icon-id="mesh_hypo_length.png"
116 <hypothesis type="MaxElementVolume"
117 label-id="Max. Element Volume"
118 icon-id="mesh_hypo_volume.png"
121 <hypothesis type="ProjectionSource3D"
122 label-id="Source Shape 3D"
123 icon-id="mesh_hypo_volume.png"
126 <hypothesis type="ProjectionSource2D"
127 label-id="Source Face"
128 icon-id="mesh_hypo_area.png"
131 <hypothesis type="ProjectionSource1D"
132 label-id="Source Edge"
133 icon-id="mesh_hypo_length.png"
136 <hypothesis type="ImportSource2D"
137 label-id="Source Faces"
138 icon-id="mesh_hypo_area.png"
141 <hypothesis type="ImportSource1D"
142 label-id="Source Edges"
143 icon-id="mesh_hypo_length.png"
146 <hypothesis type="NumberOfLayers"
147 label-id="Number of Layers"
148 icon-id="mesh_hypo_length.png"
151 <hypothesis type="LayerDistribution"
152 label-id="Distribution of Layers"
153 icon-id="mesh_hypo_length.png"
156 <hypothesis type="ViscousLayers"
157 label-id="Viscous Layers"
158 icon-id="mesh_algo_quad.png"
162 <hypothesis type="NumberOfLayers2D"
163 label-id="Number of Layers"
164 icon-id="mesh_hypo_length.png"
167 <hypothesis type="LayerDistribution2D"
168 label-id="Distribution of Layers"
169 icon-id="mesh_hypo_length.png"
172 <hypothesis type="QuadrangleParams"
173 label-id="Quadrangle Parameters"
174 icon-id="mesh_hypo_length.png"
177 <hypothesis type="CartesianParameters3D"
178 label-id="Body Fitting Parameters"
179 icon-id="mesh_hypo_length.png"
186 <algorithm type="SegmentAroundVertex_0D"
187 label-id="Segments around vertex"
188 icon-id="mesh_algo_regular.png"
189 hypos="SegmentLengthAroundVertex"
193 <algorithm type="Regular_1D"
194 label-id="Wire discretisation"
195 icon-id="mesh_algo_regular.png"
196 hypos="LocalLength,MaxLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
197 opt-hypos="Propagation,QuadraticMesh"
202 <algo>Regular_1D=Segment()</algo>
203 <hypo>LocalLength=LocalLength(SetLength(1),,SetPrecision(1))</hypo>
204 <hypo>MaxLength=MaxSize(SetLength(1))</hypo>
205 <hypo>Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
206 <hypo>StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
207 <hypo>Deflection1D=Deflection1D(SetDeflection())</hypo>
208 <hypo>AutomaticLength=AutomaticLength(SetFineness())</hypo>
209 <hypo>FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges())</hypo>
210 <hypo>Propagation=Propagation()</hypo>
211 <hypo>QuadraticMesh=QuadraticMesh()</hypo>
215 <algorithm type="CompositeSegment_1D"
216 label-id="Composite side discretisation"
217 icon-id="mesh_algo_regular.png"
218 hypos="LocalLength,MaxLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
219 opt-hypos="Propagation,QuadraticMesh"
224 <algo>CompositeSegment_1D=Segment(algo=smesh.COMPOSITE)</algo>
225 <hypo>LocalLength=LocalLength(SetLength(), ,SetPrecision())</hypo>
226 <hypo>MaxLength=MaxSize(SetLength())</hypo>
227 <hypo>Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
228 <hypo>StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
229 <hypo>Deflection1D=Deflection1D(SetDeflection())</hypo>
230 <hypo>AutomaticLength=AutomaticLength(SetFineness())</hypo>
231 <hypo>FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges())</hypo>
232 <hypo>Propagation=Propagation()</hypo>
233 <hypo>QuadraticMesh=QuadraticMesh()</hypo>
237 <algorithm type="Python_1D"
241 <algo>Python_1D=Segment(algo=smesh.PYTHON)</algo>
242 <hypo>PythonSplit1D=PythonSplit1D(SetNumberOfSegments(),SetPythonLog10RatioFunction())</hypo>
246 <algorithm type="MEFISTO_2D"
247 label-id="Triangle (Mefisto)"
248 icon-id="mesh_algo_mefisto.png"
249 hypos="LengthFromEdges,MaxElementArea"
254 <algo>MEFISTO_2D=Triangle(algo=smesh.MEFISTO)</algo>
255 <hypo>LengthFromEdges=LengthFromEdges()</hypo>
256 <hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
260 <algorithm type="Quadrangle_2D"
261 label-id="Quadrangle (Mapping)"
262 icon-id="mesh_algo_quad.png"
263 hypos="QuadrangleParams"
268 <algo>Quadrangle_2D=Quadrangle(algo=smesh.QUADRANGLE)</algo>
269 <hypo>QuadrangleParams=QuadrangleParameters(SetQuadType(),SetTriaVertex())</hypo>
273 <algorithm type="Hexa_3D"
274 label-id="Hexahedron (i,j,k)"
275 icon-id="mesh_algo_hexa.png"
278 opt-hypos="ViscousLayers"
281 <algo>Hexa_3D=Hexahedron(algo=smesh.Hexa)</algo>
282 <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
286 <algorithm type="Projection_1D"
287 label-id="Projection 1D"
288 icon-id="mesh_algo_regular.png"
289 hypos="ProjectionSource1D"
293 <algo>Projection_1D=Projection1D()</algo>
294 <hypo>ProjectionSource1D=SourceEdge(SetSourceEdge(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2))</hypo>
298 <algorithm type="Projection_2D"
299 label-id="Projection 2D"
300 icon-id="mesh_algo_quad.png"
302 hypos="ProjectionSource2D"
306 <algo>Projection_2D=Projection2D()</algo>
307 <hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
311 <algorithm type="Projection_1D2D"
312 label-id="Projection 1D-2D"
313 icon-id="mesh_algo_quad.png"
315 hypos="ProjectionSource2D"
319 <algo>Projection_1D2D=Projection1D2D()</algo>
320 <hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
324 <algorithm type="Projection_3D"
325 label-id="Projection 3D"
326 icon-id="mesh_algo_hexa.png"
327 hypos="ProjectionSource3D"
331 <algo>Projection_3D=Projection3D()</algo>
332 <hypo>ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
336 <algorithm type="Import_1D"
337 label-id="Use existing 1D elements"
338 icon-id="mesh_algo_regular.png"
339 hypos="ImportSource1D"
343 <algo>Import_1D=UseExisting1DElements()</algo>
344 <hypo>ImportSource1D=SourceEdges(SetSourceEdges(),SetCopySourceMesh(1),SetCopySourceMesh(2))</hypo>
348 <algorithm type="Import_1D2D"
349 label-id="Use existing 2D elements"
350 icon-id="mesh_algo_quad.png"
351 hypos="ImportSource2D"
353 support-submeshes="false"
356 <algo>Import_1D2D=UseExisting2DElements()</algo>
357 <hypo>ImportSource2D=SourceFaces(SetSourceFaces(),SetCopySourceMesh(1),SetCopySourceMesh(2))</hypo>
361 <algorithm type="Prism_3D"
362 label-id="3D extrusion"
363 icon-id="mesh_algo_hexa.png"
367 <algo>Prism_3D=Prism()</algo>
371 <algorithm type="RadialPrism_3D"
372 label-id="Radial Prism 3D"
373 icon-id="mesh_algo_hexa.png"
374 hypos="NumberOfLayers, LayerDistribution"
378 <algo>RadialPrism_3D=Prism('RadialPrism_3D')</algo>
379 <hypo>NumberOfLayers=NumberOfLayers(SetNumberOfLayers())</hypo>
383 <algorithm type="UseExisting_1D"
384 label-id="Use existing edges"
385 icon-id="mesh_algo_regular.png"
390 <algo>UseExisting_1D=UseExistingSegments()</algo>
394 <algorithm type="UseExisting_2D"
395 label-id="Use existing faces"
396 icon-id="mesh_algo_quad.png"
401 <algo>UseExisting_2D=UseExistingFaces()</algo>
405 <algorithm type="RadialQuadrangle_1D2D"
406 label-id="Radial quadrangle 1D2D"
407 icon-id="mesh_algo_quad.png"
408 hypos="NumberOfLayers2D, LayerDistribution2D"
413 <algo>RadialQuadrangle_1D2D=Quadrangle(algo=smesh.RADIAL_QUAD)</algo>
414 <hypo>NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers())</hypo>
418 <algorithm type="Cartesian_3D"
419 label-id="Body Fitting"
420 icon-id="mesh_algo_hexa.png"
421 hypos="CartesianParameters3D"
422 support-submeshes="false"
425 <algo>Cartesian_3D=BodyFitted()</algo>
432 <meshers-group name="Your Meshers Group"
452 <hypotheses-set-group>
454 <hypotheses-set name="Automatic Tetrahedralization"
456 algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
458 <hypotheses-set name="Automatic Hexahedralization"
459 hypos="NumberOfSegments"
460 algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
462 <hypotheses-set name="Automatic Triangulation"
464 algos="Regular_1D, MEFISTO_2D"/>
466 <hypotheses-set name="Automatic Quadrangulation"
467 hypos="NumberOfSegments"
468 algos="Regular_1D, Quadrangle_2D"/>
470 </hypotheses-set-group>