viaUseEntireOverlap
layout viaUseEntireOverlap boolean { t | nil }
Description
Lets you use the entire overlap to create the via.
The default is t. When set to nil, an intersection between the user area and the overlap box is used to create the via.
GUI Equivalent
Examples
envGetVal("layout" "viaUseEntireOverlap")
envSetVal("layout" "viaUseEntireOverlap" 'boolean nil)
Related Topics
Return to top