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

geSingleSelectPoint

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

Description

Implements the single mode of point selection.

With no arguments specified, it prompts you to point at the object 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

Point to be used for selection. When no point is specified, this function operates interactively.

Value Returned

t

The objects are selected.

nil

The objects are not selected.

Examples

Selects the object in win3 located at the coordinate 0:0. Partial selection is not performed.

geSingleSelectPoint ( win3 nil (0:0) )

Related Topics

partialSelect

Selection Functions


Return to top
 ⠀
X