moveAsSwap
gpe moveAsSwap boolean { t | nil }
Description
Specifies the behavior when instances are moved in the Grid Pattern Editor. With this environment variable set to t, the instances in the source and target cells are swapped. When the environment variable is set to nil, the target instance first shifts horizontally and then vertically, until the source location is backfilled.
GUI Equivalent
Examples
envGetVal("gpe" "moveAsSwap")
envSetVal("gpe" "moveAsSwap" 'boolean nil)
Related Topics
The Move Command in the Array Assistant
Return to top