I felt like this one deserved its own topic⌠They are slightly different, the second one would not have been completely necessary had my modifications made in the first one actually been saved correctly and worked.
I think OpenNest Options is waiting for a panel so if there is something else it replace a panel.
You can try to add a panel like that as a buffer, it will surely do the trick.
Yes, that seems to help - one also should not try replacing any of the lower 3 inputs either, otherwise they get doubled. So, itâs looking for a list of strings as options? I guess so, because this also seems to work:
Why three components instead of one?
Because multiple users have diverse requests, it made the most sense to create separate data structures: one for sheets and one for geometry. This way, I can process everything internally, visually inspect it, and only then proceed with nesting. Additionally, I added Rhino geometry nesting that detects internal polygon holes.
Iâve documented all ânewâ features and âinterface changesâ in the example files on Food4Rhino. The previous interface may have been convenient, but in terms of coding, it relied on multiple if statements that didnât adequately address the issues users raised. There will certainly be other unforeseen issues and improved nesting strategies, but Iâm actively making notes from the McNeel threads and gradually implementing improvements.
Only thing I donât understand is how the ârowsâ in the sheets component actually works. In my mind a ârowâ is horizontal and a âcolumnâ is vertical.
If I set it to 1 rows and 2 copies, I would have expected two rectangles distributed along X. Instead, they are distributed along Y. If I set it to 2 rows and 2 copies, I get them distributed along X. If I set it to 2 rows and 10 copies, I get two vertical columns of 5 rectangles each.
I think ârowsâ is actually being interpreted as âcolumnsâ in this case.