Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / limit_tolerance_operation.doc
1 /*!
2
3 \page limit_tolerance_operation_page Limit Tolerance
4
5 \n To produce a <b>Limit Tolerance</b> operation in the <b>Main
6    Menu</b> select <b>Repair - > Limit Tolerance</b>.
7
8 \image html limit_tolerance_dlg.png
9
10 \n <b>Arguments:</b> Name + 1 shape + 1 value (new tolerance).
11
12 \n It is possible on all kind of shapes.
13
14 \n The \b Result will be a \b GEOM_Object.
15
16 \n This functionality tries to set a new value of tolerance for the
17    given shape. However, the final tolerance value also depends on the
18    initial shape topology (takes into consideration the existing gaps) to obtain
19    a valid resulting shape.
20
21 \n Example of usage:
22 <ol>
23 <li>Partition objects obj1 and obj2.</li>
24 <li>Partition fails.</li>
25 <li>Perform Limit Tolerance on objects obj1 and obj2.</li>
26 <li>Try to partition them again.</li>
27 </ol>
28 See also \ref tui_limit_tolerance "TUI example".
29
30 \n <b>TUI Command:</b> <em>geompy.LimitTolerance(Shape, Tolerance),</em>
31  where \em Shape is a shape with presumably incorrect tolerance, \em
32  Tolerance is the required tolerance value.
33
34 Our <b>TUI Scripts</b> provide you with useful examples of
35 \ref tui_limit_tolerance "Repairing Operations".
36
37 */