It seems that with the latest SR5, the OsnapMode behaviour has changed.
Was this intentional?
I have users reporting that where they used to get Point + End, they’re now getting Knot.
I can fix all these scripts, but I want to make sure it’s staying this way (or else I will need to make copies to use if it changes again).
Thanks,
Dan
Oh, yeah, that definitely looks like it got changed…
V5 chm Help (python or vb/rhinoscriptsyntax):

V6 online Help (python/rhinoscriptsyntax):

Alain
(Alain Cormier)
3
Hi,
The osnap modes were changed to match the enum in RhinoCommon.
https://mcneel.myjetbrains.com/youtrack/issue/RH-39062
Sorry for the confusion.
Alain
Okay, thanks for the insight. I will make the adjustments to suit.