Hi, i am working on some kind of configurator in Grasshopper which relies on referenced curves, utilizing the modeling space in Rhino as part of the configurator. The curves should be connected at the ends for the script to run properly but i noticed this is now far from fail safe. Especially considering it will be used by someone who is a Rhino beginner.
What would be a smart approach to make sure curves always connect? Please not that a precision of 1 mm would be fine.
So far i came up with 3 possible solutions:
- Setting grid snap to 1 mm. Maybe this is good if there is a way to make sure grid snap is always on. Can it be done with a python script?
- Setting tolerance to 1 mm, but i’m actually not sure if that works like that.
- Tidying up the drawing with Grasshopper at the start of the script. Seems to be doable but a bit cumbersome.