I would like to have curves from the surfaces that I can then export. How can this be done?
In addition, it would be very helpful if someone could show me how to get letters from specific fonts into OpenNest and get the results as curves. I tried it like this:
I donât think OpenNest wants circular âSheetsâ.
System.NullReferenceException: Object reference not set to an instance of an object.
at OpenNestLib.OpenNestUtil.ToPolyline(Curve curve, Boolean collapseShortSegments)
at OpenNestLib.OpenNestUtil.ToPolylines(IEnumerable`1 nurbsCurves, Boolean collapseShortSegments)
at OpenNest.OpenNestFullComponentCleanUp.SolveInstance(IGH_DataAccess DA)
Yes. It solves that problem but there is more. Holes are a problem for OpenNest. Iâve tried to remember how to deal with that (purple group) but it seems cumbersome. OpenNest works with curves, not surfaces, so what you see is the Boundary component. But there is still moreâŚ
As you can see, OpenNest doesnât associate the two parts of the dotted âiâ, they are nested separately. Iâm not sure what to do about that. Later: having given it some consideration, I can just barely imagine a solution but itâs elaborate, complicated and likely fragile so Iâll leave it for someone else. @Petras1 ? How does one nest âiâ and âjâ text?
Very peculiar that OpenNest is happy with holed boundary surfaces only if they are created with polylines? It doesnât address the issue of keeping the dotted âiâ parts together.
Here is a step in that direction. The cyan group is only for reference.
Unfortunately, it doesnât work well yet. The R always stays the same size, and changing the number of steps changes the word. Actually, a random command is also missing. Do you have an idea how to improve this?