autoViaAlignmentColinearTransitionBehavior
layout autoViaAlignmentColinearTransitionBehavior cyclic { "none" | "incoming" | "outgoing" | "both" }
Description
Controls the alignment behavior for collinear transitions. The default is both.
GUI Equivalent
Examples
envGetVal("layout" "autoViaAlignmentColinearTransitionBehavior")
envSetVal("layout" "autoViaAlignmentColinearTransitionBehavior" 'cyclic "none")
envSetVal("layout" "autoViaAlignmentColinearTransitionBehavior" 'cyclic "incoming")
envSetVal("layout" "autoViaAlignmentColinearTransitionBehavior" 'cyclic "outgoing")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top