directionalSlotPattern
slt directionalSlotPattern string "list_of_points"
Description
Defines a slot pattern (for example, complex chamfered rectangles) by defining a list of points. When this environment variable is set, the pattern slots are inserted in the direction of the current. The string is a list of points, such as X1:Y1 X2:Y2 X3:Y3. The default value is an empty string "".
GUI Equivalent
Examples
envGetVal("slt" "directionalSlotPattern")
envSetVal("slt" "directionalSlotPattern" 'string "X1:Y1 X2:Y2 X3:Y3 X4:Y4 X5:Y5 X6:Y6 X7:Y7 X8:Y8")
The above example defines the list of points for the following shape pattern.

Related Topics
Variables to Customize the Settings for Slotting
Return to top