mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
26 lines
919 B
Plaintext
26 lines
919 B
Plaintext
/*!
|
|
|
|
\page tolerance_page Tolerance
|
|
|
|
This operation returns the maximum and the minimum tolerance for the selected
|
|
geometrical object.
|
|
|
|
\image html new-tolerance.png
|
|
|
|
The table displays \b Min and \b Max tolerance values for \b Face, \b Edge and \b Vertex tolerance.
|
|
|
|
\note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
|
|
- Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
|
|
in the viewer to navigate between selectable objects.
|
|
- Press left mouse button to select an appropriate object to the dialog box.
|
|
.
|
|
For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
|
|
of the GUI module's documentation.
|
|
|
|
<b>TUI Command:</b> <em>geompy.Tolerance(Shape),</em> where \em Shape
|
|
is a shape for which minimal and maximal tolerances are returned.
|
|
|
|
See also a \ref tui_tolerance_page "TUI example".
|
|
|
|
|
|
*/ |