patternGravityLayerTransitionType
we patternGravityLayerTransitionType cyclic { "patternGravityLayerUp" | "patternGravityLayerDown" | "patternGravityLayerAny" }
Description
Controls the dynamic display of the preferred layers on WSP tracks.
-
patternGravityLayerUpenables the dynamic display of the current layer and the layers above the current layer on WSP tracks. For example, if the current layer ismetal2, themetal1tracks are not displayed. The WSP tracks for layers greater than or equal tometal2are displayed. -
patternGravityLayerDownenables the dynamic display of the current layer and the layers below the current layer on WSP tracks. For example, if the current layer ismetal2, themetal3tracks are not displayed. The WSP tracks for layers less than or equal tometal2are displayed. -
patternGravityLayerAnyenables the dynamic display of the current layer and the layers above and below the current layer on WSP tracks. For example, if the current layer ismetal2, themetal1andmetal3layer tracks are displayed.
The default is patternGravityLayerAny.
GUI Equivalent
Examples
envGetVal("we" "patternGravityLayerTransitionType")
envSetVal("we" "patternGravityLayerTransitionType" 'cyclic "patternGravityLayerUp")
envSetVal("we" "patternGravityLayerTransitionType" 'cyclic "patternGravityLayerDown")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top