boundarySnappingLayer
layout boundarySnappingLayer string "layerName1 layerName2"
Description
Overrides the grid for PR boundary snapping. If this environment variable is specified, the PR boundary snaps to the active grids whose snapping layers are specified in this environment variable.
If this environment variable is not specified, snapping is done based on the grids specified in boundarySnapXGrids and boundarySnapYGrids environment variables.
In case boundarySnapXGrids and boundarySnapYGrids environment variables are not specified, snapping is done to the least common multiple of all active grids.
GUI Equivalent
Examples
envGetVal("layout" "boundarySnappingLayer")
envSetVal("layout" "boundarySnappingLayer" 'string "M1WSP")
Related Topics
Return to top