viaFillEnclosureOverlap
layout viaFillEnclosureOverlap boolean { t | nil }
Description
Extends via enclosure such that it covers the complete overlap area between the two intersecting shapes.
GUI Equivalent
Examples
envGetVal("layout" "viaFillEnclosureOverlap")
envSetVal("layout" "viaFillEnclosureOverlap" 'boolean nil)
Related Topics
viaFillEnclosureOverlap
layout.ava viaFillEnclosureOverlap boolean { t | nil }
Description
Extends via enclosure such that it covers the complete overlap area between the two intersecting shapes. The bounding box of the via enclosure coincides with the bounding box of the overlap region.
GUI Equivalent
|
Assistants – Auto Via Assistant – Auto Via Assistant Options – Enclosures |
|
Examples
envGetVal("layout.ava" "viaFillEnclosureOverlap")
envSetVal("layout.ava" "viaFillEnclosureOverlap" 'boolean nil)
Related Topics
Auto Via Assistant Options Form
viaFillpolygonalOverlap
layout.ava viaFillPolygonalOverlap cyclic { "Fully" | "Partially" | "Horizontally" | "Vertically" }
Description
Specifies the fill method to be used while creating a via.
GUI Equivalent
|
Assistants – Auto Via Assistant – Auto via assistant options |
|
Examples
envGetVal("layout.ava" "viaFillPolygonalOverlap")
envSetVal("layout.ava" "viaFillPolygonalOverlap" 'cyclic "Partially")
Related Topics
Auto Via Assistant Options Form
Return to top