chopShape
layout chopShape cyclic { "unknown" | "rectangle" | "polygon" | "line" | "circle" | "wire" }
Description
Specifies the default shape of the cutter used by leHiChop or leChopShape.
GUI Equivalent
Examples
envGetVal("layout" "chopShape")
envSetVal("layout" "chopShape" 'cyclic "polygon")
envSetVal("layout" "chopShape" 'cyclic "line")
Related Topics
Return to top