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

geDeselectArea

geDeselectArea( 
[ w_windowId ] 
[ l_bBox ] 
)
=> t / nil 

Description

Calls geSubSelectBox to deselect objects within the specified bounding box in the specified window.

Arguments

w_windowId

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

l_bBox

The area to deselect.

Value Returned

t

The objects within the bounding box were deselected.

nil

The objects were not deselected.

Examples

Deselects objects within the specified area and returns t.

geDeselectArea(hiGetCurrentWindow() list(list(0 0) list(100 100)))

Interactive Function

geDeselectArea ( 
[ w_windowId ] 
) 
=> t / nil

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

Related Topics

Selection Functions

geSubSelectBox


Return to top
 ⠀
X