Is there a way to create a straight snap at a specific angle in a script? I tried using pointpicker.addStraightSnapAngle(angle, label) but that adds snaps at zero degrees and at every multiple of the angle that's less than 360.
What I need to do is more like adding a straight snap at just 90 degrees without additional snaps being added at 0, 180, and 270.
Doing pointpicker.disableStraightSnapAngle(0); won't work for me because I still want the straight snaps that originate outside my script to be active. Like for 0 degrees, I want there to be a straight snap labeled "x"
- Peer
|