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

hiWorldViewFit

hiWorldViewFit(
[ w_windowId ]
)
=> t / nil

Description

Fits the current canvas display area 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 then uses this graphics window as the input (w_windowId).

Value Returned

t

The operation is successful.

nil

There was an error.

Examples

Fits the current canvas display area in the World View assistant of the graphics window 2.

hiWorldViewFit(window(2))
         hiWorldViewFit()

Related Topics

World View Functions


Return to top
 ⠀
X