Remove Surface outside perimeter area

Hi I am new to grasshopper and maybe there is a more simple way to do the same thing.
I am trying to create a ripple frit pattern and want to ask how can I remove surface that is outside the perimeter.

Project 2.gh (30.8 KB)


something like this but the ripples is a surface not just curves



Thank you for your time.

maybe try split brep? or split surface?

You are looking for Trim with Region:

2 Likes

Thanks @Volker_Rakow this is what I am looking for. Meanwhile I am wondering if there is a way using those curves to create surface. I tried to get the boarder lines that cut the circle but not quite sure how can I join them together and create surfaces.

Project 2.gh (37.8 KB)

@Zahraa_Tanana I also tried the surface split and remove surface that is outside the region. This is the closest to what I am looking for, but for some reason some surface didn’t split.

Thanks in advance.

You just want the rings? The area between original and offset curve?

Yes, I want the ring / surface not curves. Sorry for not explaining well.


Project 2_Volker.gh (22.4 KB)

1 Like

This is exactly what I want. Thanks for the help!