It freezes because for every polyline OpenNest draws previously nested polyline. Which in essence is a problem of n factorial which is optimized by internal genetic solver. So the number of point per each polyline increase computation time not linearly.
I think I answered such question before in other posts. If you have issues with making a realively low poly outline from your shapes let me know.
These are a few images from the other case I helped with, that looks similar to yours:
I’m really sorry. I don’t understand what is a convex hull. It has been a very frequently used term here on forums but I never understood its meaning. I tried to read the basic here.
But the words used in the definition are more complicated than the definition itself.
What are the two components you have used in the first screenshot?
In the second screenshot, in the beginning there are three sets of curves.
The top one is the sheet rectangle which I can figure out. What are the two lower sets of curves? A script file will be useful as I have zero clue what exactly is going on.
Yes I don’t know how to create low poly outline. Please share the method. Correct me if I am wrong. I am making a guess here.
Low poly outlines just have lesser number of points. A straight line requires only two points. That’s a low poly line. If I place more points on it, then it becomes high poly outline.
The waffles are there in the original post. Here is the script with the original geometry which is to be waffled. I am only learning the process. This is not any project. So I just made any blobby kind of geometry to try waffling and testing open nest.
The waffling process requires Bowerbird plugin to run.
For sure this would work mostly for convex cases, which is fine in your case.
Else you can just divide the outline of the curve into polyline with fixed number of points.
Then You need to get somehow proper position, in my case I trianguled polyline and took the largest mesh face (NGon component Mesh From Polylines (Right click minTriangulation)):
Amazing! Finding the largest triangle in a series of network to tell Grasshopper about the emptiest spot! Thanks a lot!
Although after fabrication it won’t matter, why are some name tags mirrored in your script? I thought it had to do with the location of the base geometry with relation to the x and y axis but even when I move the main blob geometry, the mirrored tags are still there.
I just think Petras propose you to use Construct Plane or more simple Plane Normal. The last is more simple as you just have to put a position and a direction Unit Z
Okay I see. Before seeing your post, I just fiddled with the script. I wonder why is the PCA component required?
It actually messes with the orientation. I directly connected the centroids of the triangles in the location for text and it comes out fine without getting mirrored.