segSnapMode
vrf.layout segSnapMode string "anyAngle"
Description
Determines how Edit command entry points snap to the grid for a design that has the fabric type as package, module, or board. The default value is anyAngle. By default, the points snap to grid at any angle.
GUI Equivalent
Examples
envSetVal("vrf.layout" "segSnapMode" 'string "anyAngle")
envGetVal("vrf.layout" "segSnapMode")
Return to top