weAutoTwigTrunkViaAlignment
we weAutoTwigTrunkViaAlignment cyclic { "leftOrBottom" | "center" | "rightOrTop" }
Description
Controls the alignment of the via or via stacks created on each twig over the trunk. You can select one of the following methods for the via alignment to be used for twigs and trunks.
-
leftOrBottom: Creates via or via stack in the direction of the twig that is vertical and bottom aligned to the trunk.

-
center: Creates via or via stack in the direction of the twig that is vertical and aligned to the trunk center. This is the default alignment mode.

-
rightOrTop: Creates via or via stack in the direction of the twig that is vertical and bottom aligned to the trunk.

-
leftOrBottom: Creates via or via stack in the direction of the trunk that is horizontal and left aligned to the twig.

-
center: Creates via or via stack in the direction of the trunk that is horizontal and aligned to the twig center.

-
rightOrTop: Creates via or via stack in the direction of the trunk that is horizontal and right aligned to the twig.

GUI Equivalent
Examples
envGetVal("we" "weAutoTwigTrunkViaAlignment")
envSetVal("we" "weAutoTwigTrunkViaAlignment" 'cyclic "leftOrBottom")
Related Topics
Return to top