Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geSingleSelectBox

geSingleSelectBox( 
[ w_windowId ] 
[ g_partial ] 
[ l_point ] 
) 
=> t / nil 

Description

Implements the single mode of area selection.

With no arguments, it prompts you to enter the area to be selected in the current window. Partial selection is performed if the window environment variable partialSelect is set.

Arguments

w_windowId

Database ID of the window containing the objects.

g_partial

Whether partial selection should be performed.
Valid Values: t, nil

l_point

The bounding box to be used for selection. When no bounding box is specified, this function operates interactively.

Value Returned

t

The objects are selected.

nil

The objects are not selected.

Examples

Selects the objects in win1 enclosed in the bounding box described by the coordinates 0:0, 25:25. Partial selection is not performed.

geSingleSelectBox( win1 nil list(0:0 25:25) )

Related Topics

partialSelect

Selection Functions


Return to top
 ⠀
X