viaAlignment
layout viaAlignment cyclic { "none" | "top-left" | "top-center" | "top-right" | "center-left" | "center-center" | "center-right" | "bottom-left" | "bottom-center" | "bottom-right" }
Description
Specifies a custom via alignment option. The default is auto.
GUI Equivalent
|
Create Wire Context Sensitive menu – Via |
|
Examples
envGetVal("layout" "viaAlignment")
envSetVal("layout" "viaAlignment" 'cyclic "none")
envSetVal("layout" "viaAlignment" 'cyclic "top-left")
envSetVal("layout" "viaAlignment" 'cyclic "center-right")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top