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

geAddSelectPoint

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

Description

Implements the add mode of point selection.

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

g_partial

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

l_point

List of points to be used for selection. When no points are specified, this function operates interactively.

Value Returned

t

The selection is performed.

nil

The selection is not performed.

Examples

Selects objects in win3 located at the coordinates 0:0 and 10:10. Partial selection is not performed.

geAddSelectPoint( win3 nil list(0:0 10:10) )

Related Topics

partialSelect

Selection Functions


Return to top
 ⠀
X