weHalo
we weHalo cyclic { "minEOL" | "maxEOL" | "bothEOL" }
Description
Includes the minEndOfLineSpacing constraint value to the halo. When minEndOfLineSpacing constraint is available for a via or a path segment, the halo becomes a polygon and is not a rounded halo.
-
minEOLthe halo shows thediffMaskor thesameMaskspacing for theminEndOfLineSpacingconstraint. IfdiffMaskspacing is less than thesameMaskspacing,minEOLshows thediffMaskspacing. IfsameMaskspacing is less than thediffMaskspacing,minEOLshows thesameMaskspacing.

-
maxEOLthe halo shows thediffMaskor thesameMaskspacing for theminEndOfLineSpacingconstraint. IfdiffMaskspacing is greater than thesameMaskspacing,maxEOLshows thediffMaskspacing. IfsameMaskspacing is greater than thediffMaskspacing,maxEOLshows thesameMaskspacing.

-
bothEOLthe halo shows the minimum (diffMask,sameMask) spacing and the maximum (diffMask,sameMask) spacing of the availableminEndOfLineSpacingconstraint.

GUI Equivalent
Examples
envGetVal("we" "weHalo")
envSetVal("we" "weHalo" 'cyclic "maxEOL")
envSetVal("we" "weHalo" 'cyclic "bothEOL")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top