weAreaBasedRulesWidthMode
we weAreaBasedRulesWidthMode cyclic { "commonWidth" | "nonCommonWidth" }
Description
Controls the width of a pathSeg when the pathSeg spans across different regions.
-
commonWidthuses the same common width when a pathSeg spans across regions. -
nonCommonWidthsplits the wire across regions. Each part of the pathSeg can have different widths in different regions.
GUI Equivalent
Examples
envGetVal("we" "weAreaBasedRulesWidthMode")
envSetVal("we" "weAreaBasedRulesWidthMode" 'cyclic "nonCommonWidth")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top