I need to select and group or join panels in group of 4 like in the image. I used list item repeated times but I need to do it for all the 4000 panels, so I need to come out with a pattern. It’s of course a matter of data branch management but I’ ve no clue so far how to start.
Hi @stefanosuarez,
Please start by uploading a minimal copy of your .gh with just the geometry/panels in question so that users can help.
And yes, you are correct, it most likely will be solved in data tree management
this is the part of the script that modify the regular triangular paneling pattern into the warped one, that I need to join in group of 4 triangles each
warped panel patern.gh (35.1 KB)
Don’t have LunchBox plug-in installed.
Used a 1 line C# script to convert Mesh to Nurbs. Then all that is needed is to Deconstruct Brep and Partition List to divide the resulting faces into groups of 4.
warped panel patern_re01.gh (40.1 KB)
-Kevin
thanks, is that C script it the same as using the meshtonurbs component?
As I wrote above, I don’t have LunchBox installed so I can’t answer this question.
You can see the RhinoCommon method used here:
https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.brep/createfrommesh
-Kevin
1 Like