picksize() — Silicon Graphics Beta Release
NAME
picksize - sets the dimensions of the picking window
SPECIFICATION
C
picksize(deltax, deltay)
short deltax, deltay;
FORTRAN
subroutine picksi(deltax, deltay)
integer*4 deltax, deltay
Pascal
procedure picksize(deltax, deltay: Short);
DESCRIPTION
picksize has two arguments, deltax and deltay, which define the dimensions of a rectangle, called the picking region, centered at the current cursor position, the origin of the cursor glyph. In picking mode, any objects that intersect the picking region are reported.
SEE ALSO
pick
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985