chopArray
layout chopArray boolean { t | nil }
Description
Lets you specify whether to chop an array of instances (mosaic) or not. The array of instances is allowed to be chopped based on the shape (line, rectangle, polygon) selected for chopping.
The default is t. When set to nil, the array of instances is not chopped.
GUI Equivalent
Examples
envGetVal("layout" "chopArray")
envSetVal("layout" "chopArray" 'boolean nil)
Related Topics
Return to top