weAutoTwigDefaultLayer
we weAutoTwigDefaultLayer cyclic { "auto" | "target" | "trunk" | "aboveTrunk" | "belowTrunk" }
Description
Controls the default layer for the automatic connection of twig creation, based on the specified criterion.
-
autouses the layer that is most suitable for the twig creation. This can be either the target pin layer, the trunk layer, the layer below the trunk, or the layer above the trunk. -
targetuses the pin or target segment layer as the default twig layer. -
trunkuses the trunk layer as the default twig layer. -
aboveTrunkuses the layer above the trunk as the default twig layer. -
belowTrunkuses the layer below the trunk as the default twig layer.
GUI Equivalent
Examples
envGetVal("we" "weAutoTwigDefaultLayer")
envSetVal("we" "weAutoTwigDefaultLayer" 'cyclic "trunk")
envSetVal("we" "weAutoTwigDefaultLayer" 'cyclic "target")
Related Topics
Return to top