acuteAnglePath
layout acuteAnglePath boolean { t | nil }
Description
Allows creation of acute angle paths.
The default is t. When set to nil, it allows creation of paths from 90 degree to 270 degree angles. You must set Snap Mode to anyAngle for this environment variable to take effect.
GUI Equivalent
Examples
envGetVal("layout" "acuteAnglePath")
envSetVal("layout" "acuteAnglePath" 'boolean nil)
Related Topics
Return to top