Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lntHideNeighbors

lntHideNeighbors(
w_window
)
=> t / nil

Description

Hides displayed neighbors for the specified window. The computed neighbors are retained and can be displayed again using the lntShowNeighbors command. Use lntClearNeighbors to delete all neighbors.

Arguments

w_window

ID of the window in which computed neighbors are to be hidden.

Value Returned

t

Computed neighbors in the specified window are hidden.

nil

Specified window contains no computed neighbors.

Example

window = hiGetCurrentWindow()
lntComputeNeighbors(window 0.04)
lntHideNeighbors(window)
lntShowNeighbors(window)

Computes and highlights neighbors for the traces in the current window, then hides them, then shows them again.

Related Topics

Tracing Nets

Finding Neighboring Shapes of a Traced Shape


Return to top
 ⠀
X