Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ picksize(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

picksize()  —  Silicon Graphics

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.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026