Element: graphic_window.tols[3]

Type

numeric

Description

The tolerance for interactive point selection in graphic_window. There are three values corresponding to the three coordinate axes. When a mouse point select operation (e.g. the function pcur) is performed, each of the three coordinates is rounded to the nearest increment of the appropriate tolerance, i.e.

Tolerance values of 0 suppress rounding for the appropriate co-ordinate. For new graphic windows, the values are 1,1,1.

Examples

Set all three tolerances to 0.

set grawin.tols = 0

Set only the Y tolerance.

grawin.tols[2] = 50

See Also

Functions:

pcur (point), plock (point), vcur (point)