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

geSubSelectPoint

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

Description

Implements the sub mode of point selection.

With no arguments, it prompts you to point at the object to be de-selected in the current window. Partial de-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 point to be used for de-selection. When no point is specified, this function operates interactively.

Value Returned

t

The de-selection is performed.

nil

The de-selection is not performed.

Examples

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

geSubSelectPoint( win3 nil list(0:0) )

Related Topics

partialSelect

Selection Functions


Return to top
 ⠀
X