Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiWorldViewZoomIn

hiWorldViewZoomIn(
[ w_windowId ]
)
=> t / nil

Description

Zooms into the current canvas display area open in the World View assistant of the specified graphics window.

Argument

w_windowId

The graphics window or the session window that contains the World View assistant. If not specified, the default is the current graphics window.

If a session window is specified, the function uses the session window ID to find the current graphics window in it and use this graphics window as the input (w_windowId).

Value Returned

t

The operation is successful.

nil

There was an error.

Examples

Zooms into the current canvas display area open in the World View assistant of the graphics window 2.

hiWorldViewZoomIn(window(2))
         hiWorldViewZoomIn()

Related Topics

World View Functions


Return to top
 ⠀
X