touchBlockageMode
slt touchBlockageMode boolean { t | nil }
Description
Places slots within the regions that are partially covered by the blockage. The regions that are fully covered by the blockage are not slotted. When the value ist, no slot is placed within the region covered by the blockage, fully or partially. The default is nil.
The behavior of slotting using the lxShapeSlotting SKILL API depends on the value of the touchBlockageMode environment variable.
GUI Equivalent
Examples
envGetVal("slt" "touchBlockageMode")
envSetVal("slt" "touchBlockageMode" 'boolean t)
Related Topics
Variables to Customize the Settings for Slotting
Return to top