Hello,
can anyone please help me with this one, I’m trying to join triangular shapes horizontally by specific number of them. But the joining areas keeps going random. Please see attached image to see what i mean
Joining order.gh (35.9 KB)
Hello,
can anyone please help me with this one, I’m trying to join triangular shapes horizontally by specific number of them. But the joining areas keeps going random. Please see attached image to see what i mean
Joining order.gh (35.9 KB)
Where is this random flattened list of triangles coming from? Brep Join is doing what it should. Your data structure is in disarray. There is no point in ordering the surfaces if that can be done during construction.
An inadmissable solution:
Joining Order VR.gh (81.1 KB)
Did you look at how that script worked? The means by which you restructure a data tree are demonstrated there already. You just need to bother to think and reapply those principles here.
Joining Order VR2.gh (46.7 KB)
… not sure how that is supposed to be working without the Evaluate expressions, but okay; if it is working for you. Happy to have helped.