Need help with water drop pattern on vase

Hello, I am doing some experiments with a ceramic 3d printer and I wanted to create a vase mimicing the pattern of a drop in water, luckily I found a tutorial https://youtu.be/MzDwjAEmavU?si=cCtKQRByhHe6dDQD the problem is, i want to do it all on grasshopper but don’yt know how.

From what I’ve tried my main issue is the points not moving parallel to the normals(?).

I’ve also tried something to the tutorial and afterwards getting the pattern on the cylinder surface but was unable to…

here’s the main idea

Here’s what I made

3.gh (12.9 KB)

Can someone help and explain what I’m doing wrong please?

Thank you

Explaining costs extra. :wink: Is this close? There is an unresolved issue keeping the new surface (green group) tangent at the seam…



3_2026May06a.gh (12.1 KB)

P.S.

I changed your code and started to “fix it” :question:

But decided for now to share the same with only slightly more visible geometry:


3_2026May06c.gh (19.2 KB)

P.S. Iso Curve looks odd :question:



3_2026May06d.gh (22.3 KB)

didn’t look at your file, but you aim for something like this?

Maybe something like this?

This was a simple error - forgot to reparameterize the ‘S’ (surface} input of Iso Curve.

No reply? Done then!
:roll_eyes:

That’s exactly what I’m trying to do! But I’m failing miserably :sweat_smile:

That’s not quite was I was looking for but honestly it looks better than everything I did, thank you for the help :pleading_face::heart_hands:t2:

have a look at this core function, it should get you somewhere.

(just don’t put your influence points right on the surface you are dividing to get the point grid, there needs to be a little distance for falloff function to work well)

lofting periodic curves is preferable to srf from pts.

>no tangency break at closed seam.