allowOffTrackForCrossRegion
we allowOffTrackForCrossRegion boolean { t | nil }
Description
Lets a wire cross regions regardless of it being on track or off track. When nil and the WSP tracks are not identical, the pathSeg stops at local region boundaries. When t, the end point of the pathSeg can be across a region boundary, such that it is off track or on track with different color and width. The default is nil.
GUI Equivalent
|
Create – Wiring – Wire – Create Single Wire context-sensitive menu – Use Width Spacing Pattern |
|
Examples
envGetVal("we" "allowOffTrackForCrossRegion")
envSetVal("we" "allowOffTrackForCrossRegion" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Supporting pathSegs with Different WSPs across Regions
Return to top