snapPatternDrawingStyle
layout snapPatternDrawingStyle cyclic { "full" | "tracks" | "boundary" | "periods" | "periodsAndTracks" }
Description
Determines whether you see the boundary, the tracks, the fins, and periods or the boundary and the tracks, or just the boundary for snap patterns, or periods, or periods and tracks for width spacing patterns.
GUI Equivalent
Examples
envGetVal("layout" "snapPatternDrawingStyle")
envSetVal("layout" "snapPatternDrawingStyle" 'cyclic "tracks")
envSetVal("layout" "snapPatternDrawingStyle" 'cyclic "periodsAndTracks")
Related Topics
Return to top