groupArrayDragMode
layout groupArrayDragMode cyclic { "outline" | "full" | "auto" }
Description
Sets the drag mode used while stretching a group array.
-
outline: Displays only the outline of a group array during the stretch or move operation. The actual geometries in the group array are not displayed. -
full: Displays the preview of all the geometries in group array cells. A full preview might impact the performance in case of group arrays containing a very large number of geometries. -
auto: Displays the preview of the geometries in group array cells up to the limit that the system determines. This helps to prevent any performance issues due to large geometries.
GUI Equivalent
Examples
envGetVal("layout" "groupArrayDragMode")
envSetVal("layout" "groupArrayDragMode" 'cyclic "full")
envSetVal("layout" "GroupArrayDragMode" 'cyclic "auto")
Related Topics
Return to top