slotOrientationMode
slt slotOrientationMode cyclic { "default" | "square" | "diamond" | "horizontal" | "vertical" | "diagonalNE" | "diagonalSE" }
Description
Defines slot orientation for the shapes to be slotted. You can specify one of the following orientations for the slots: default, square, diamond, horizontal, vertical, diagonalNE, and diagonalSE. The default is "default".
GUI Equivalent
Examples
envGetVal("slt" "slotOrientationMode")
envSetVal("slt" "slotOrientationMode" 'cyclic "diamond")
envSetVal("slt" "slotOrientationMode" 'cyclic "vertical")
Related Topics
Variables to Customize the Settings for Slotting
Return to top