createRectilinearBoundary
layout createRectilinearBoundary boolean { t | nil }
Description
Specifies that a rectilinear PR boundary is created by merging the PR boundary of the overlapping instances in the selection set. In case, there is no overlap between the selected instances, a rectangular PR boundary is created instead of rectilinear PR boundary.
The default is nil, which means that a rectangular PR boundary is created from the bounding box of the selection set.
GUI Equivalent
Examples
envGetVal("layout" "createRectilinearBoundary")
envSetVal("layout" "createRectilinearBoundary" 'boolean t)
Related Topics
Attributes in the Edit PR Boundary Properties Form
Return to top