slotShapeMode
layout slotShapeMode cyclic { "Preserve" | "Polygon" | "ROD" }
Description
Specifies the type of the resultant shape with slots.
GUI Equivalent
Examples
envGetVal("layout" "slotShapeMode")
envSetVal("layout" "slotShapeMode" 'cyclic "Polygon")
envSetVal("layout" "slotShapeMode" 'cyclic "ROD")
Related Topics
Return to top