Salome HOME
9b573daf46fb3acc74173833d29925b2d852da69
[modules/smesh.git] / src / Tools / YamsPlug / YamsPlugDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>YamsPlugDialog</class>
4  <widget class="QWidget" name="YamsPlugDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>500</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MGSurfOpt : Remeshing tool</string>
15   </property>
16   <property name="sizeGripEnabled" stdset="0">
17    <bool>false</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="2" column="0">
21     <layout class="QHBoxLayout" name="horizontalLayout">
22      <item>
23       <spacer name="horizontalSpacer_xx">
24        <property name="orientation">
25         <enum>Qt::Horizontal</enum>
26        </property>
27        <property name="sizeType">
28         <enum>QSizePolicy::Minimum</enum>
29        </property>
30        <property name="sizeHint" stdset="0">
31         <size>
32          <width>10</width>
33          <height>20</height>
34         </size>
35        </property>
36       </spacer>
37      </item>
38      <item>
39       <widget class="QPushButton" name="PB_OK">
40        <property name="text">
41         <string>Compute</string>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QPushButton" name="PB_Cancel">
47        <property name="text">
48         <string>Close</string>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <spacer name="horizontalSpacer_4">
54        <property name="orientation">
55         <enum>Qt::Horizontal</enum>
56        </property>
57        <property name="sizeHint" stdset="0">
58         <size>
59          <width>30</width>
60          <height>20</height>
61         </size>
62        </property>
63       </spacer>
64      </item>
65      <item>
66       <widget class="QPushButton" name="PB_SaveHyp">
67        <property name="text">
68         <string>Save</string>
69        </property>
70        <property name="iconSize">
71         <size>
72          <width>18</width>
73          <height>18</height>
74         </size>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QPushButton" name="PB_LoadHyp">
80        <property name="text">
81         <string>Load</string>
82        </property>
83        <property name="iconSize">
84         <size>
85          <width>18</width>
86          <height>18</height>
87         </size>
88        </property>
89       </widget>
90      </item>
91      <item>
92       <widget class="QPushButton" name="PB_Default">
93        <property name="text">
94         <string>Default</string>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <spacer name="horizontalSpacer">
100        <property name="orientation">
101         <enum>Qt::Horizontal</enum>
102        </property>
103        <property name="sizeHint" stdset="0">
104         <size>
105          <width>30</width>
106          <height>20</height>
107         </size>
108        </property>
109       </spacer>
110      </item>
111      <item>
112       <widget class="QPushButton" name="PB_Help">
113        <property name="font">
114         <font>
115          <pointsize>10</pointsize>
116         </font>
117        </property>
118        <property name="text">
119         <string>Help</string>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <spacer name="horizontalSpacer_xx">
125        <property name="orientation">
126         <enum>Qt::Horizontal</enum>
127        </property>
128        <property name="sizeType">
129         <enum>QSizePolicy::Minimum</enum>
130        </property>
131        <property name="sizeHint" stdset="0">
132         <size>
133          <width>10</width>
134          <height>20</height>
135         </size>
136        </property>
137       </spacer>
138      </item>
139     </layout>
140    </item>
141    <item row="1" column="0">
142     <widget class="QTabWidget" name="TWOptions">
143      <property name="font">
144       <font>
145        <pointsize>10</pointsize>
146       </font>
147      </property>
148      <property name="currentIndex">
149       <number>0</number>
150      </property>
151      <widget class="QWidget" name="simple">
152       <attribute name="title">
153        <string>Simple Remeshing Options</string>
154       </attribute>
155       <widget class="QGroupBox" name="GBOptim">
156        <property name="geometry">
157         <rect>
158          <x>10</x>
159          <y>140</y>
160          <width>750</width>
161          <height>270</height>
162         </rect>
163        </property>
164        <property name="title">
165         <string>Optimisation</string>
166        </property>
167        <layout class="QHBoxLayout" name="RBLayoutopt">
168         <item>
169          <spacer name="horizontalSpacer_xx">
170           <property name="orientation">
171            <enum>Qt::Horizontal</enum>
172           </property>
173           <property name="sizeType">
174            <enum>QSizePolicy::Minimum</enum>
175           </property>
176           <property name="sizeHint" stdset="0">
177            <size>
178             <width>30</width>
179             <height>20</height>
180            </size>
181           </property>
182          </spacer>
183         </item>
184         <item>
185          <layout class="QVBoxLayout" name="monRBLayout">
186           <item>
187            <widget class="QRadioButton" name="RB_0">
188             <property name="toolTip">
189              <string>Quality improvement is done by point smoothing and edge swapping.</string>
190             </property>
191             <property name="text">
192              <string>Quality improvement Only </string>
193             </property>
194             <property name="checked">
195              <bool>true</bool>
196             </property>
197            </widget>
198           </item>
199           <item>
200            <widget class="QRadioButton" name="RB_G">
201             <property name="toolTip">
202              <string>The given surface triangulation is enriched (no coarsening at all) in such away that the distance 
203 between the elements in the final mesh and those of the initial one is bounded by auser specified tolerance value. 
204 One should use this option, to enrich the mesh where purely
205 geometrical features may be insuficiently fine, i.e. the resulting mesh will be least as fine as the input.
206 Mesh and the geometric features will be refined if needed as specified by the other program parameters.
207 The meshes obtained with those settings may not be suitable for computation.</string>
208             </property>
209             <property name="text">
210              <string>Pure Geometry Enrichment </string>
211             </property>
212             <property name="checked">
213              <bool>false</bool>
214             </property>
215            </widget>
216           </item>
217           <item>
218            <widget class="QRadioButton" name="RB_U">
219             <property name="toolTip">
220              <string>An uniform subdivision of the given surface triangulation is performed : 
221 each triangle of the given surface triangulation is considered at and
222 is divided into identical triangles.</string>
223             </property>
224             <property name="text">
225              <string>Uniform Subdivision </string>
226             </property>
227             <property name="checked">
228              <bool>false</bool>
229             </property>
230            </widget>
231           </item>
232           <item>
233            <widget class="QRadioButton" name="RB_S">
234             <property name="toolTip">
235              <string>A surface sandpapering without shrinkage of the given surface
236 triangulation is performed, i.e., the high curvature variations of the
237 given surface will be smoothed out without shrinking the volume in
238 doing so. If ridges are defined, they will be kept as they are in the
239 resulting mesh.
240 This option modifies the geometry.</string>
241             </property>
242             <property name="text">
243              <string>Sandpapering</string>
244             </property>
245             <property name="checked">
246              <bool>false</bool>
247             </property>
248            </widget>
249           </item>
250           <item>
251            <widget class="QRadioButton" name="RB__2">
252             <property name="toolTip">
253              <string>The given surface triangulation is modified in such a way that the distance between 
254 the elements in the final mesh and those of the initial one is bounded by a user specfied tolerance value.
255 One should use this option, to coarsen when a purely geometrical mesh is needed. (a mesh that keeps
256 and obeys its geometric features only.) The meshes obtained with this option are usually not suitable
257 for computation because anisotropic elements may be generated</string>
258             </property>
259             <property name="text">
260              <string>Geometrical Mesh : Coarsening</string>
261             </property>
262            </widget>
263           </item>
264           <item>
265            <widget class="QRadioButton" name="RB_2">
266             <property name="toolTip">
267              <string>The given surface triangulation is modified in such a way that the distance between 
268 the elements in the final mesh and those of the initial one is bounded by a user specfied tolerance value.
269 One should use this option, to coarsen and enrich when a purely geometrical mesh is needed. (a mesh that keeps
270 and obeys its geometric features only.) The meshes obtained with this setting are usually not suitable
271 for computation because anisotropic elements may be generated</string>
272             </property>
273             <property name="text">
274              <string>Geometrical Mesh : Coarsening and Enrichment</string>
275             </property>
276            </widget>
277           </item>
278           <item>
279            <widget class="QRadioButton" name="RB__1">
280             <property name="toolTip">
281              <string>The given surface triangulation is modified in accordance to a size map. 
282 The latter can be either the intrinsic size map (computed automatically
283 and based on the surface properties, i.e. the local curvatures),
284 or on a given size map (which is then combined to the intrinsic size map). 
285 One should use this option to coarsen  the mesh, when a regular mesh 
286 for computation purposes is desired, i.e. a mesh with good aspect ratios or 
287 good quality elements.</string>
288             </property>
289             <property name="text">
290              <string>Mesh for finite element computation : Coarsening</string>
291             </property>
292            </widget>
293           </item>
294           <item>
295            <widget class="QRadioButton" name="RB_1">
296             <property name="toolTip">
297              <string>The given surface triangulation is modified in accordance to a size map. 
298 The latter can be either the intrinsic size map (computed automatically
299 and based on the surface properties, i.e. the local curvatures),
300 or on a given size map (which is then combined to the intrinsic size map). 
301 One should use this option to coarse and enrich the mesh, when a regular mesh 
302 for computation purposes is desired, i.e. a mesh with good aspect ratios or 
303 good quality elements</string>
304             </property>
305             <property name="text">
306              <string>Mesh for finite element computation : Coarsening and Enrichment</string>
307             </property>
308            </widget>
309           </item>
310          </layout>
311         </item>
312        </layout>
313       </widget>
314       <widget class="QGroupBox" name="GBUnit">
315        <property name="geometry">
316         <rect>
317          <x>10</x>
318          <y>420</y>
319          <width>750</width>
320          <height>70</height>
321         </rect>
322        </property>
323        <property name="toolTip">
324         <string>This parameter enables the user to bound the maximal chordal deviation allowed,
325 that is the maximal distance allowed between the detected curve and the plane P
326 of the corresponding mesh face.
327 In other words, it avoids having faces too far away from the curve they should represent.</string>
328        </property>
329        <property name="title">
330         <string>Chordal deviation Tolerance</string>
331        </property>
332        <widget class="QLineEdit" name="SP_Tolerance">
333         <property name="geometry">
334          <rect>
335           <x>40</x>
336           <y>30</y>
337           <width>110</width>
338           <height>24</height>
339          </rect>
340         </property>
341         <property name="toolTip">
342          <string>If the Units parameter is relative, epsilon max correspond to (per thousand) s*Tolerance/1000, where s is the size of the bounding box of the domain.
343 If the Units parameter is absolute, the tolerance parameter is expressed in model units:
344   if P=2 and point coordinates are given in millimeters, the maximal chordal deviation is 2 mm.</string>
345         </property>
346        </widget>
347        <widget class="QRadioButton" name="RB_Absolute">
348         <property name="geometry">
349          <rect>
350           <x>220</x>
351           <y>30</y>
352           <width>120</width>
353           <height>24</height>
354          </rect>
355         </property>
356         <property name="toolTip">
357          <string>Values are expressed in the model units.</string>
358         </property>
359         <property name="text">
360          <string>Absolute units</string>
361         </property>
362         <property name="checked">
363          <bool>false</bool>
364         </property>
365        </widget>
366        <widget class="QRadioButton" name="RB_Relative">
367         <property name="geometry">
368          <rect>
369           <x>350</x>
370           <y>30</y>
371           <width>120</width>
372           <height>24</height>
373          </rect>
374         </property>
375         <property name="toolTip">
376          <string>Values are relative (per thousand) to the bounding box size.</string>
377         </property>
378         <property name="text">
379          <string>Relative units</string>
380         </property>
381         <property name="checked">
382          <bool>true</bool>
383         </property>
384        </widget>
385       </widget>
386       <widget class="QGroupBox" name="groupBox">
387        <property name="geometry">
388         <rect>
389          <x>10</x>
390          <y>10</y>
391          <width>750</width>
392          <height>120</height>
393         </rect>
394        </property>
395        <property name="font">
396         <font>
397          <pointsize>10</pointsize>
398         </font>
399        </property>
400        <property name="title">
401         <string>Original Mesh</string>
402        </property>
403        <widget class="QPushButton" name="PB_MeshFile">
404         <property name="geometry">
405          <rect>
406           <x>40</x>
407           <y>70</y>
408           <width>190</width>
409           <height>31</height>
410          </rect>
411         </property>
412         <property name="font">
413          <font>
414           <pointsize>10</pointsize>
415          </font>
416         </property>
417         <property name="text">
418          <string>Mesh File GMF format</string>
419         </property>
420         <property name="iconSize">
421          <size>
422           <width>18</width>
423           <height>18</height>
424          </size>
425         </property>
426        </widget>
427        <widget class="QLineEdit" name="LE_MeshFile">
428         <property name="geometry">
429          <rect>
430           <x>240</x>
431           <y>70</y>
432           <width>481</width>
433           <height>31</height>
434          </rect>
435         </property>
436         <property name="font">
437          <font>
438           <pointsize>10</pointsize>
439          </font>
440         </property>
441        </widget>
442        <widget class="QPushButton" name="PB_MeshSmesh">
443         <property name="geometry">
444          <rect>
445           <x>40</x>
446           <y>30</y>
447           <width>190</width>
448           <height>31</height>
449          </rect>
450         </property>
451         <property name="text">
452          <string>Mesh Object Browser</string>
453         </property>
454         <property name="iconSize">
455          <size>
456           <width>18</width>
457           <height>18</height>
458          </size>
459         </property>
460         <property name="checkable">
461          <bool>false</bool>
462         </property>
463        </widget>
464        <widget class="QLineEdit" name="LE_MeshSmesh">
465         <property name="geometry">
466          <rect>
467           <x>240</x>
468           <y>30</y>
469           <width>481</width>
470           <height>31</height>
471          </rect>
472         </property>
473         <property name="font">
474          <font>
475           <pointsize>10</pointsize>
476          </font>
477         </property>
478        </widget>
479        <widget class="QLabel" name="label_8">
480         <property name="geometry">
481          <rect>
482           <x>10</x>
483           <y>80</y>
484           <width>31</width>
485           <height>18</height>
486          </rect>
487         </property>
488         <property name="text">
489          <string>or</string>
490         </property>
491        </widget>
492       </widget>
493       <zorder>GBUnit</zorder>
494       <zorder>groupBox</zorder>
495       <zorder>GBOptim</zorder>
496      </widget>
497      <widget class="QWidget" name="advanced">
498       <attribute name="title">
499        <string>Advanced Remeshing Options</string>
500       </attribute>
501       <widget class="QGroupBox" name="groupBox_5">
502        <property name="geometry">
503         <rect>
504          <x>10</x>
505          <y>10</y>
506          <width>750</width>
507          <height>120</height>
508         </rect>
509        </property>
510        <property name="title">
511         <string>You can set/unset</string>
512        </property>
513        <widget class="QCheckBox" name="CB_Ridge">
514         <property name="geometry">
515          <rect>
516           <x>30</x>
517           <y>20</y>
518           <width>271</width>
519           <height>25</height>
520          </rect>
521         </property>
522         <property name="toolTip">
523          <string>If not set (ridge detection disabled), Yams will not try to detect any new ridge edge by its own mechanism : 
524 it will consider as ridge only the ridges given in the mesh. 
525 All non-ridge edges that would have been detected as ridge by the ridge angle parameter 
526 (see below)  will be considered as part of the same continuous patch.
527 This option should not be checked when all the known ridges of the mesh are given and
528 when all other possible ridges are not geometric ridges to take into account.</string>
529         </property>
530         <property name="text">
531          <string>ridge detection</string>
532         </property>
533         <property name="checked">
534          <bool>true</bool>
535         </property>
536        </widget>
537        <widget class="QCheckBox" name="CB_Point">
538         <property name="geometry">
539          <rect>
540           <x>30</x>
541           <y>50</y>
542           <width>271</width>
543           <height>25</height>
544          </rect>
545         </property>
546         <property name="toolTip">
547          <string>When not set (point smoothing is disabled), Yams will not try to move the initial given vertices 
548 (along an edge, a ridge or onto the surface), hence Yams will only swap edges, remove vertices
549 or add vertices (refines) to change the mesh.</string>
550         </property>
551         <property name="text">
552          <string>point smoothing</string>
553         </property>
554         <property name="checked">
555          <bool>true</bool>
556         </property>
557        </widget>
558        <widget class="QCheckBox" name="CB_SplitEdge">
559         <property name="geometry">
560          <rect>
561           <x>30</x>
562           <y>80</y>
563           <width>271</width>
564           <height>25</height>
565          </rect>
566         </property>
567         <property name="toolTip">
568          <string>If set, Yams creates new vertices placed on the curved surface and adds them to elements. 
569 It means one extra vertex on edge (P2 or quadratic triangles).
570 New created vertices are saved in the .mesh file under keyword section 'Vertices'</string>
571         </property>
572         <property name="text">
573          <string>split edge</string>
574         </property>
575         <property name="checked">
576          <bool>false</bool>
577         </property>
578        </widget>
579       </widget>
580       <widget class="QGroupBox" name="groupBox_5">
581        <property name="geometry">
582         <rect>
583          <x>10</x>
584          <y>140</y>
585          <width>750</width>
586          <height>270</height>
587         </rect>
588        </property>
589        <property name="title">
590         <string>You can control</string>
591        </property>
592        <widget class="QDoubleSpinBox" name="SP_Geomapp">
593         <property name="geometry">
594          <rect>
595           <x>30</x>
596           <y>30</y>
597           <width>100</width>
598           <height>25</height>
599          </rect>
600         </property>
601         <property name="maximum">
602          <double>0.890000000000000</double>
603         </property>
604         <property name="singleStep">
605          <double>0.010000000000000</double>
606         </property>
607         <property name="value">
608          <double>0.040000000000000</double>
609         </property>
610        </widget>
611        <widget class="QLabel" name="label_2">
612         <property name="geometry">
613          <rect>
614           <x>140</x>
615           <y>30</y>
616           <width>630</width>
617           <height>30</height>
618          </rect>
619         </property>
620         <property name="toolTip">
621          <string>This field (as well as tolerance) enables the user to control the accuracy of the
622 piecewise linear approximation of the surface. This parameter enables the user to
623 control the maximal angle allowed between two adjacent faces. It can be used to
624 bound the maximal deviation of the mesh faces from the tangent planes at mesh vertices. 
625 In other words, it avoids having sharp angles between faces representing a smooth curve.
626 This parameter enables the user to specify the maximal chordal deviation &quot;max relatively to the curvature.
627 Following that criterion:
628 - if the chordal deviation epsilon is smaller than epsilon max*r, it is acceptable to remove the considered point;
629 - if the chordal deviation epsilon is greater than epsiolon max*r, the considered mesh face should be redefined 
630      by adding a point on the curve.
631 One can see that the smaller the radius r, the harder it is to satisfy this criterion:  
632 epsilon max is a real value corresponding to a percentage, the ratio between the chordal deviation to 
633 the local curvature. This field is used only for optimisation style -O values of  -1, 0 and 1.
634 The default value for &quot;max is set to 0:04 which leads to angles of less than 33 degrees between two adjacent
635 faces.</string>
636         </property>
637         <property name="text">
638          <string>Geometrical approximation:
639 Maximum angle allowed between a face and a curve (not separated by a ridge).</string>
640         </property>
641        </widget>
642        <widget class="QDoubleSpinBox" name="SP_Ridge">
643         <property name="geometry">
644          <rect>
645           <x>30</x>
646           <y>70</y>
647           <width>100</width>
648           <height>25</height>
649          </rect>
650         </property>
651         <property name="maximum">
652          <double>90.000000000000000</double>
653         </property>
654         <property name="value">
655          <double>45.000000000000000</double>
656         </property>
657        </widget>
658        <widget class="QLabel" name="label_4">
659         <property name="geometry">
660          <rect>
661           <x>140</x>
662           <y>70</y>
663           <width>630</width>
664           <height>30</height>
665          </rect>
666         </property>
667         <property name="text">
668          <string>If the angle between the normal vectors of two adjacent faces exceeds this value,
669 the edge common to the faces is a ridge.</string>
670         </property>
671        </widget>
672        <widget class="QDoubleSpinBox" name="SP_MaxSize">
673         <property name="geometry">
674          <rect>
675           <x>30</x>
676           <y>110</y>
677           <width>100</width>
678           <height>25</height>
679          </rect>
680         </property>
681         <property name="minimum">
682          <double>0.010000000000000</double>
683         </property>
684         <property name="maximum">
685          <double>100.000000000000000</double>
686         </property>
687         <property name="singleStep">
688          <double>0.100000000000000</double>
689         </property>
690         <property name="value">
691          <double>100.000000000000000</double>
692         </property>
693        </widget>
694        <widget class="QLabel" name="label_5">
695         <property name="geometry">
696          <rect>
697           <x>140</x>
698           <y>110</y>
699           <width>630</width>
700           <height>30</height>
701          </rect>
702         </property>
703         <property name="toolTip">
704          <string>This parameter allows the user to prescribe a maximal size hmax
705 for the mesh elements i.e., the lengths of the edges with respect to the specified
706  size map. The corresponding values are either relative or absolute depending on the choosen parameter.
707 The default values are automatically set based on the surface geometry (curvature dependent) and its
708 bounding box size.
709 Please note that, as it is not strictly possible to obey the given or computed size map, the actual maximal
710 size  may be slightly bigger than the prescribed ones.</string>
711         </property>
712         <property name="text">
713          <string>Maximal size allowed around vertices,
714 the lengths of the edges with respect to the specified size map.</string>
715         </property>
716        </widget>
717        <widget class="QDoubleSpinBox" name="SP_MinSize">
718         <property name="geometry">
719          <rect>
720           <x>30</x>
721           <y>150</y>
722           <width>100</width>
723           <height>25</height>
724          </rect>
725         </property>
726         <property name="minimum">
727          <double>0.000000000000000</double>
728         </property>
729         <property name="maximum">
730          <double>100.000000000000000</double>
731         </property>
732         <property name="singleStep">
733          <double>0.100000000000000</double>
734         </property>
735         <property name="value">
736          <double>5.000000000000000</double>
737         </property>
738        </widget>
739        <widget class="QLabel" name="label_9">
740         <property name="geometry">
741          <rect>
742           <x>140</x>
743           <y>150</y>
744           <width>630</width>
745           <height>30</height>
746          </rect>
747         </property>
748         <property name="toolTip">
749          <string>This parameter allows the user to prescribe a maximal size hmax
750 for the mesh elements i.e., the lengths of the edges with respect to the specified
751  size map. The corresponding values are either relative or absolute depending on the choosen parameter.
752 The default values are automatically set based on the surface geometry (curvature dependent) and its
753 bounding box size.
754 Please note that, as it is not strictly possible to obey the given or computed size map, the actual maximal
755 size  may be slightly bigger than the prescribed ones.</string>
756         </property>
757         <property name="text">
758          <string>Minimal size allowed around vertices,
759 the lengths of the edges with respect to the specified size map.</string>
760         </property>
761        </widget>
762        <widget class="QDoubleSpinBox" name="SP_Gradation">
763         <property name="geometry">
764          <rect>
765           <x>30</x>
766           <y>190</y>
767           <width>100</width>
768           <height>25</height>
769          </rect>
770         </property>
771         <property name="singleStep">
772          <double>0.010000000000000</double>
773         </property>
774         <property name="value">
775          <double>1.300000000000000</double>
776         </property>
777        </widget>
778        <widget class="QLabel" name="label_3">
779         <property name="geometry">
780          <rect>
781           <x>140</x>
782           <y>190</y>
783           <width>630</width>
784           <height>30</height>
785          </rect>
786         </property>
787         <property name="toolTip">
788          <string>This parameter enables the user to control the element size variation in the triangulation.
789 Yams will avoid getting two adjacent edges which sizes differ by a factor bigger than this parameter. 
790 To avoid rapid size variations, a size correction procedure is applied to the size map. 
791 In other words: if two adjacent edges are respectively e1 and e2 long 
792 if  e2 &gt; parameter * e1 then e02 the new size for the second edge will be set to  parameter* e1.
793 This procedure is de-activated if yams computes a mesh for finite element with only coarsening.
794 The default value is 1.3, which is the usual value set for computational meshes.</string>
795         </property>
796         <property name="text">
797          <string>Mesh Gradation: the element size variation in the triangulation.
798 Yams will avoid having two adjacent edges which sizes vary more than the given gradation.</string>
799         </property>
800        </widget>
801       </widget>
802      </widget>
803      <widget class="QWidget" name="generic">
804       <attribute name="title">
805        <string>Generic Options</string>
806       </attribute>
807       <widget class="QGroupBox" name="groupBox_4">
808        <property name="geometry">
809         <rect>
810          <x>10</x>
811          <y>10</y>
812          <width>750</width>
813          <height>130</height>
814         </rect>
815        </property>
816        <property name="title">
817         <string>Yams Generic Options</string>
818        </property>
819        <widget class="QSpinBox" name="SP_Verbosity">
820         <property name="geometry">
821          <rect>
822           <x>20</x>
823           <y>30</y>
824           <width>100</width>
825           <height>25</height>
826          </rect>
827         </property>
828         <property name="maximum">
829          <number>10</number>
830         </property>
831         <property name="value">
832          <number>3</number>
833         </property>
834        </widget>
835        <widget class="QLabel" name="label">
836         <property name="geometry">
837          <rect>
838           <x>130</x>
839           <y>30</y>
840           <width>600</width>
841           <height>30</height>
842          </rect>
843         </property>
844         <property name="toolTip">
845          <string>sets the verbosity level.
846 From 0 (no detail) to 10 (very detailed).
847 Default is 3.</string>
848         </property>
849         <property name="text">
850          <string>Verbosity level</string>
851         </property>
852        </widget>
853        <widget class="QSpinBox" name="SP_Memory">
854         <property name="geometry">
855          <rect>
856           <x>20</x>
857           <y>70</y>
858           <width>100</width>
859           <height>25</height>
860          </rect>
861         </property>
862         <property name="maximum">
863          <number>100000</number>
864         </property>
865         <property name="value">
866          <number>0</number>
867         </property>
868        </widget>
869        <widget class="QLabel" name="label_6">
870         <property name="geometry">
871          <rect>
872           <x>130</x>
873           <y>70</y>
874           <width>600</width>
875           <height>30</height>
876          </rect>
877         </property>
878         <property name="toolTip">
879          <string>The program requires roughly about 370 bytes per point. It is thus possible to estimate a priori 
880 the required memory size to complete a job. As an example of memory space needed, a mesh 
881 of 543,652 points (1,087,716 triangles) requires 182 Mbytes (about 351 bytes per point). Conversely, 
882 a workstation having 512 Mbytes of memory can handle a mesh of about 2,750,000 points.
883 The memory needed for mesh modification is allocated dynamically at the beginning of the procedure 
884 (data reading), based on the initial triangulation size. When the program reaches the amount of maximal 
885 memory allowed, it will stop inserting points and, if possible, the current mesh will be saved as it is, 
886 valid and conformal, provided the input mesh was valid and conformal.
887 Specify the memory if:
888 - the automatically allocated memory reveals insufficient when the user asked to enrich the given mesh.
889 - you want to limit the amount of memory used by the program.
890 If the input mesh size requires more memory than requested or if the allocated memory (user defined or not)
891 exceeds the machine capabilities, the tool will stop because of insufficient memory.</string>
892         </property>
893         <property name="text">
894          <string>Memory size (in Mbytes)</string>
895         </property>
896        </widget>
897       </widget>
898       <widget class="QGroupBox" name="groupBox_6">
899        <property name="geometry">
900         <rect>
901          <x>10</x>
902          <y>150</y>
903          <width>750</width>
904          <height>170</height>
905         </rect>
906        </property>
907        <property name="title">
908         <string>Plug-in Generic Options</string>
909        </property>
910        <widget class="QLabel" name="label_10">
911         <property name="geometry">
912          <rect>
913           <x>20</x>
914           <y>40</y>
915           <width>391</width>
916           <height>18</height>
917          </rect>
918         </property>
919         <property name="text">
920          <string>File used to save Yams hypothesis parameters :</string>
921         </property>
922        </widget>
923        <widget class="QPushButton" name="PB_ParamsFileExplorer">
924         <property name="geometry">
925          <rect>
926           <x>20</x>
927           <y>70</y>
928           <width>30</width>
929           <height>31</height>
930          </rect>
931         </property>
932         <property name="text">
933          <string/>
934         </property>
935        </widget>
936        <widget class="QLineEdit" name="LE_ParamsFile">
937         <property name="geometry">
938          <rect>
939           <x>60</x>
940           <y>70</y>
941           <width>661</width>
942           <height>31</height>
943          </rect>
944         </property>
945        </widget>
946        <widget class="QPushButton" name="PB_Save">
947         <property name="geometry">
948          <rect>
949           <x>20</x>
950           <y>110</y>
951           <width>70</width>
952           <height>31</height>
953          </rect>
954         </property>
955         <property name="text">
956          <string>Save</string>
957         </property>
958         <property name="iconSize">
959          <size>
960           <width>18</width>
961           <height>18</height>
962          </size>
963         </property>
964        </widget>
965        <widget class="QPushButton" name="PB_Load">
966         <property name="geometry">
967          <rect>
968           <x>120</x>
969           <y>110</y>
970           <width>70</width>
971           <height>31</height>
972          </rect>
973         </property>
974         <property name="text">
975          <string>Load</string>
976         </property>
977         <property name="iconSize">
978          <size>
979           <width>18</width>
980           <height>18</height>
981          </size>
982         </property>
983        </widget>
984       </widget>
985      </widget>
986     </widget>
987    </item>
988   </layout>
989  </widget>
990  <resources/>
991  <connections/>
992 </ui>