patternGravity
layout patternGravity cyclic { "Min" | "Standard" | "Max" }
Description
Controls the magnet on snapPattern and trackPattern. It can take three values.
-
Min: No snapping on track and snap pattern intersections. -
Standard: Snaps on the track and snap pattern intersections if the mouse pointer projection on the track axis is within 15 pixels around the intersection. -
Max: Always snaps on the track and snap pattern intersections.
GUI Equivalent
|
Create Wire/Create Bus Context Sensitive – Use Width Spacing Pattern |
|
Examples
envGetVal("layout" "patternGravity")
envSetVal("layout" "patternGravity" 'cyclic "min")
envSetVal("layout" "patternGravity" 'cyclic "max")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top