I would like to find a way to merge the two round surfaces using their points and computing a difference when they cross (see reference). Here is attached my first try on grasshopper, using surface grid.
Could you help me to resolve this issue ?
Thank you,
Iâve just seen your reply. (I didnât get notified). It seems youâve used the last version of grasshopper and Rhino 6? I couldnât be able to open it.
Do you think it is possible to combine two dripples built directly in rhino using a similar base surface
and without using the graphmapper component ?
2- Also, dould you have an eye on this grasshopper exemple I made ? I would like to draw and control the emplacement of each ondulations. So I started again using offset curves I projected into a surface. Then I tried using the attractor curve technic to create a progressive relief. But I got stuck as I couldnât set the amplitude of the attracted points properly. Instead it is the surface that is movingâŠ
sorry for (new) delaysâŠtime allowed to hop grass for free is limitedâŠ
meanwhile:
you canât do that to the sine graph itself, though you could use the values produced and remap them based on some other graph function in which you gradually decrease the ripple OR you change the logic to something like this example by Kim, where you create the rippling effect via a written expression first, then affect values with a graph mapper afterwards.
I did - and I see what youâre trying to achieve. And I didnât fix it.
But maybe try this example: drawnOndulation.gh (27.2 KB)
NOTE:
Youâre still probably better off working with points for nicer results, unless youâre okay with mesh-smoothing afterwards or having a heavy amount of points in your surfaces.
In your example yourâre imposing a ripple effect based on attraction to drawn circles - though you get results, the ârougherâ appearance comes from needing a lot more points for you to reach a good resolution versus using points to mathematically ripple them into a new surface.
It may be of help (or torture) to check these old threads:
Hi Corellaman, thank you very much for you answer and the references to the old threads.
Also, could you send me a Rhino5 version of your sketch ? It seems a component is missing when I open it
I think it will be ok if I increase the number of points in order to get a good resolution.
Thanks again for your help, at this point grasshopper becomes very interesting, looking forward to master the logic of this sketches!