Make Patterns defined by curve intersections

Hello :slight_smile:

Im trying to define my own pattern by just using the following curves. My approach was to cut the curves with the intersection curves and join them to parallelogramms and then offset it. I tried to cut the curves with the shatter component but it doesnt work well. The other way i tried was to connect the points vie the polyline component and keep them closed but in that case i need the points reordered in the manner like you can see on my screenshot.I just want to be able to develope my own patterns definded by curves without using plugins like lunchbox…
I hope anyone can help :slight_smile:

Thank you very much and have a wonderful day!
Beka

Curve_intersections.gh (15.9 KB)

Hi,
From what I see your lines are in equal distances from each other, so why not use a grid which also gives you by default the correct order for the produced rectangles’ vertices.

offset.gh (10 KB)

Hey Aris,

thank you for the quick response, i need parallelograms no rectangles. Im also interested to create patterns via self defined curves and not always use the predefined components.

This could be a way using clipper library…


Curve_intersections_re.gh (20.5 KB)

Thank you Kim! Im gonna try that out.

Thanks you Kim. Your definition is amazing!:clap: