prBoundarySnap
layoutXL prBoundarySnap cyclic { "None" | "Lower Left" | "All Points" }
Description
Controls the snapping of PR boundary and the area boundaries when using the Generate All From Source command or the Adjust Boundary command.
The default is "None", which means that no boundary snapping takes place.
When set to "Lower Left", creates the PR boundary of the specified size and the lower-left point of the boundary bbox is snapped to the grid.
When set to "All Points", snaps all points of the PR boundary bbox to the grid. This may result in the boundary bbox being larger than expected.
GUI Equivalent
Examples
envGetVal("layoutXL" "prBoundarySnap")
envSetVal("layoutXL" "prBoundarySnap" 'cyclic "Lower Left")
envSetVal("layoutXL" "prBoundarySnap" 'cyclic "All Points")
Related Topics
Return to top