Can you flatten a selection of objects into a "flat" sheet?

As I have the same problem, here is a way of dealing with it. One of the drawback is that the orientation of the sheet will be random.

All geometries are set in a geometry component, there must be a sheet per branch.


For each geometry stables positions are searched. I use my Nautilus Component Stable positions, the first item is the one that as the biggest area on the 2D convex hull of points touching the XY plane.

In order to see something I use my “Pack Object on Grid” then I extract all the faces of the brep that are near the XY plane.
With this tool it is then possible to have the sections that could be feed into the nesting process.

Flat objects to 2D.gh (476.6 KB)

Another way here