Hello, been in and out of grasshopper everynow and then but never really found a project that can make it work for me. Im a jewellery designer, most of my pieces are one off client designs but now im getting alot more signet rings which i model the same way every time and i feel now this is the perfect opertunity to work with grasshopper and actually learn it. Ive looked at some signet ring definitions ive found online but i dont really like the finshed model they produce. I understand what I need to do but have no idea how to recreate it in grasshopper from the way i model in rhino. In the picture you can see my process of modelling using networksurface as my main command. I would be great if someone would be able to talk me through it or point me to some online tutors.
This is a good opportunity for you to learn how to “Grasshopper”, and you have set yourself up well, knowing and going through up the individual steps in Rhino first.
I would try to solve the problem in the same way you have set it up in Rhino. I will look at the first image and get back to you with components / methods you will be needing.
Yeah i hope that i can figure it out, but may need a litle hand holding! Theres some things i can get my head around. I understand that i can create the wire frame for network surface signet ring with points within in Grasshopper and draw polylines between them, but i struggle with the parts inbetween, as in listing the points figureing out how to move the points independetly and so on!
I think the first hurdle for me is how to draw the points correcty for the shank creation based on the ring size. The top profile will be a curve that i draw seperatley in rhino and set so that the ring curves can all connect correctly.
Grasshopper offers only a subset of Rhino. No matter how advanced you are with Grasshopper, it doesn’t let you do the same things. It often ends in a trade-off. It will not make Rhino a parametric modelling software, instead it allows you to visual code with a reduced geometrical library. So its not a skill issue alone. And don’t expect any GH teacher to be experienced in surface modelling.
Anything Grasshopper cannot do regarding geometry, ask Claude to write a python or C# module that will work with Rhino common commands. It delivers consistently.
I see the point, but its not meant to be discouraging if you know about the limitations. I personally just believe its a problem if you cannot reproduce certain modeling operations because the API doesn’t offer you the right modelling command. Sure you can code it up, but I’m pretty sure that most user lack the knowledge to do so. I’m pretty sure AI fails hard on reproducing these algorithms, because they are closed-source and no training data is present. If AI can solve it for you, you know it wasn’t a hard problem. Its a great learning tool overall.