viaExtendEnclosureBeyondOverlap
we viaExtendEnclosureBeyondOverlap cyclic { "no" | "yes" | "sameAsCreateVia" }
Description
Lets you extend the via enclosures beyond the overlap region between two intersecting shapes. The shape layer that exists beyond the overlap region helps to accommodate the extended enclosures.
-
nodoes not extend the via enclosure to cover the complete overlap area between the two wires. -
yesextends the via enclosure. -
sameAsCreateViaextends or does not extend the via enclosure depending on the value of theviaFillEnclosureOverlapenvironment variable.
The default is sameAsCreateVia.
GUI Equivalent
Examples
envGetVal("we" "viaExtendEnclosureBeyondOverlap")
envSetVal("we" "viaExtendEnclosureBeyondOverlap" 'cyclic "no")
envSetVal("we" "viaExtendEnclosureBeyondOverlap" 'cyclic "yes")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top