polygonArc
layout polygonArc boolean { t | nil }
Description
Indicates that the next three points you enter in the polygon define an arc. Resets to nil when you enter the third point.
GUI Equivalent
Examples
envGetVal("layout" "polygonArc")
envSetVal("layout" "polygonArc" 'boolean t)
Related Topics
Return to top