chainUseAbutSpacing
layoutXL chainUseAbutSpacing boolean { t | nil }
Description
Controls how chains are spaced.
If set to t, chains are spaced using the actual abutment spacing value. If set to nil, chains are spaced using the value of the lxPositionMinSep environment variable.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainUseAbutSpacing")
envSetVal("layoutXL" "chainUseAbutSpacing" 'boolean t)
envSetVal("layoutXL" "chainUseAbutSpacing" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top