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

checkAllSPGridsEnclosures

layout checkAllSPGridsEnclosures boolean {t | nil}

Description

Searches all enclosures to locate the one that centers the shape on the tracks when snapping in detailed mode. The default is t.

Consider the following snap pattern definition:

snapPatternDefs(
(GPG94 ("PPitch" "poly94")
'step 0.094
'stepDirection "horizontal"
'snappingLayers (('layer "Poly" 'enclosures (0.009 0.01 0.012) \
'purposes ("drawing" "dummy")))
'type "local"
)
)

When checkAllSPGridsEnclosures is set to t, all enclosure values (0.009, 0.01, and 0.012) are evaluated one by one. When the environment variable is set to nil, only the first enclosure value (0.009) is evaluated.

GUI Equivalent

None

Examples

envGetVal("layout" "checkAllSPGridsEnclosures")
envSetVal("layout" "checkAllSPGridsEnclosures" 'boolean nil)

Related Topics

Shape Snapping


Return to top
 ⠀
X