When I feed the fin geometry and the text labels it gives me this error
System.NullReferenceException: Object reference not set to an instance of an object.
at OpenNest.OpenNestFullComponentCleanUp.SolveInstance(IGH_DataAccess DA)
I have looked everywhere but I can not find what is going on,
What do you think
It’s hard to tell for the screenshot but nesting with OpenNest is well explained in this video tutorial. It’s worth watching the whole tutorial series, there are techniques and recommendations on how to optimise your Grasshopper definitions.
Ideally input curves must be closed polylines and other attributes like text, 3d geo, engraving curves, must be transformed using T output. This is also described in examples.
@camilo1, you didn’t internalise the input curves in your definition so I replaced them with a rectangle component and the nesting works. I wonder if the curves for Sheets are the troublemaker here.