Product Documentation
Virtuoso Layout Suite XL: Basic Editing User Guide
Product Version IC23.1, November 2023

drawEngine

graphic drawEngine int { 0 | 1 }

Description

Determines whether or not all data in a cellview is rendered.

The default is 0, which means that all data is drawn including that which will be obscured by data on overlying layers.

When set to 1, which means that only data which will ultimately be viewable is drawn. This function works best on large designs with closely placed data. It is slower on small designs, as the pruning of overlapping data takes longer than redrawing a small amount of data.

GUI Equivalent

None

Examples

envGetVal("graphic" "drawEngine")
envSetVal("graphic" "drawEngine" 'int 1)

Related Topics

Display Options Form


Return to top
 ⠀
X