If there is no way to attach user-text to geometry as a means of detecting geometry changes, how can I best find out of a curve has been edited in between script itterations?
You can detect whether or not a Rhino object has changed by tracking its runtime serial number. RhinoScript does not expose any methods to obtain this. But using Python/RhinoCommon, you can do something like this:
Hi Dale,
Thanks for pointing to this. It works for my needs:
For future readers: there was one typo in Dale’s snippet (rhutil i.s.o. rs) corrected below: