Hello everyone,
I’m working on packing closed curves inside a rectangle. Specifically, I want to pack curves that look like ellipses while controlling their aspect ratios and their distribution within the rectangle. I tried using a Grasshopper script designed for packing circles, but I haven’t been able to prevent the ellipses from intersecting. The picture below illustrates what I’m trying to achieve.
Your work is magnificent and has really helped me. I tried using the Grasshopper file you provided and made some modifications to get two lists of elliptical curves, each with a specific aspect ratio. However, I encountered an issue: I am unable to control the number of ellipses. I would like to have 100 ellipses with one specific aspect ratio and 100 ellipses with another specific aspect ratio, without them intersecting. Is there any way to achieve this?