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

geDeselectPoint

geDeselectPoint( 
[ w_windowId ] 
[ l_point ] 
)
=> t / nil 

Description

Calls geSubSelectPoint to deselect the figure at the specified point in the specified window. This might deselect just a vertex or edge, or the whole figure, depending on the state of the partialSelect window environment variable. Use the F4 key to toggle this variable. You can see the state of partialSelect in the window banner.

Arguments

w_windowId

Window ID of the window to use. If not specified, the current window is used.

l_point

The point to deselect.

Value Returned

t

The figure is deselected.

nil

The figure is not deselected.

Examples

Deselects the figure at 34.7x 12.6y in the current window and returns t.

geDeselectPoint(hiGetCurrentWindow() list(34.7 12.6))

Interactive Function

geDeselectPoint ( 
[ w_windowId ] 
) 
=> t / nil

Enter this function with only the window ID argument; the system prompts you to point to the figure to deselect and returns t. If w_windowId is not specified, the current window is used.

Related Topics

Selection Functions

partialSelect

geSubSelectPoint


Return to top
 ⠀
X