I am trying to create a GH script which takes a model, makes Make2D of individual faces, then displays the make2Ds in an array in matter to prepare the parts for laser cutting. (see the image labeled “expected result” to see what I have in mind)
the Make2D part is working great, but when I try to apply an individual translation vector to each resulting set of curves, it instead moves every single individual curve inside each individual result of the Make2D.
I assume it is a result of tree operations shenanigans, but do not know how to fix it exactly.
Thank you for your solution, but it doesn’t do exactly what I need: I needed the result of the make2D to be displayed in an array, not individual breps
still, your solution gave me a good insight on how to solve my problem, thank you
here’s the solution I found to my problem: create a list of indexes [0,1,2,3…] using the original non-grafted brep list, then group the make2D outputs to move them more easily