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
Examples
envGetVal("layout" "checkAllSPGridsEnclosures")
envSetVal("layout" "checkAllSPGridsEnclosures" 'boolean nil)
Related Topics
Return to top