snapMode
layout snapMode string { "orthogonal" | "diagonal" | "anyAngle" | "L90XFirst" | "L90YFirst" }
graphic snapMode string { "orthogonal" | "diagonal" | "anyAngle" | "L90XFirst" | "L90YFirst" }
Description
Determines how Create command entry points snap to the grid.
The layout default is orthogonal, the graphic default is anyAngle.
GUI Equivalent
Examples
envGetVal("layout" "snapMode")
envSetVal("layout" "snapMode" 'string "diagonal")
envGetVal("graphic" "snapMode")
envSetVal("graphic" "snapMode" 'string "orthogonal")
envSetVal("graphic" "snapMode" 'string "L90YFirst")
Related Topics
Return to top