weStrandedAlignCollinearMode
layout weStrandedAlignCollinearMode cyclic { "topRight" | "center" | "bottomLeft" }
Description
Controls the tapering alignment mode of the stranded wire.
-
topRightaligns the stranded wire to the top when the wire is dragged in the horizontal direction and to the right when wire is dragged in the vertical direction. -
centeraligns the stranded wire to the center when the number of strands are reduced or increased. -
bottomLeftaligns the stranded wire to the bottom when the wire is dragged in the horizontal direction and to the left when wire is dragged in the vertical direction.
GUI Equivalent
Examples
envGetVal("we" "weStrandedAlignCollinearMode")
envSetVal("we" "weStrandedAlignCollinearMode" 'cyclic "topCenter")
envSetVal("we" "weStrandedAlignCollinearMode" 'cyclic "bottomLeft")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top