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