/*! \page limit_tolerance_operation_page Limit Tolerance \n To produce a Limit Tolerance operation in the Main Menu select Repair - > Limit Tolerance. \image html limit_tolerance_dlg.png \n Arguments: Name + 1 shape + 1 value (new tolerance). \n It is possible on all kind of shapes. \n The \b Result will be a \b GEOM_Object. \n This functionality tries to set a new value of tolerance for the given shape. However, the final tolerance value also depends on the initial shape topology (takes into consideration the existing gaps) to obtain a valid resulting shape. \n Example of usage:
  1. Partition objects obj1 and obj2.
  2. Partition fails.
  3. Perform Limit Tolerance on objects obj1 and obj2.
  4. Try to partition them again.
See also \ref tui_limit_tolerance "TUI example". \n TUI Command: geompy.LimitTolerance(Shape, Tolerance), where \em Shape is a shape with presumably incorrect tolerance, \em Tolerance is the required tolerance value. Our TUI Scripts provide you with useful examples of \ref tui_limit_tolerance "Repairing Operations". */