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

geCyclePotentialSelectNext

geCyclePotentialSelectNext(
[ w_windowID ]
[ l_point ]
)
=> t / nil

Description

Cycles the potential selection to the next object.

Arguments

w_windowID

Optional argument that specifies the window to be used. The current window is used if w_windowId is not specified.

l_point

Optional argument that specifies the point to be potentially selected. The current point is used if l_point is not specified.

Value Returned

t

Next object is potential selected.

nil

Next object is not potential selected.

Examples

win=hiGetCurrentWindow()
dbCreateRect(win~>cellView list("M2" "drawing") list(-5:-5 5:5))
dbCreateRect(win~>cellView list("M3" "drawing") list(-5:-4 3:4))
dbCreateRect(win~>cellView list("M5" "drawing") list(-5:-3 1:3))
dbCreateRect(win~>cellView list("M6" "drawing") list(-5:-2 1:2))
geSingleSelectPoint(win t 0:0)
geCyclePotentialSelectNext(win 0:0)

Related Topics

Selection Functions


Return to top
 ⠀
X