Hi everyone,
I have a problem.
- I create a surface and divide it in segments. (the shape varies per new created surface)
- I divide a surface with a perpendicular line in segments, I took it from the centerpoint.
- Check the area per surface, if to small merge with neighbour.
- Cull the doubles and the old ‘not’ merged ones.
My goal is to divide the surface on a preset distance, but if the areas become to small it needs to merge with the neighbour.
I am doing something wrong and got stuck in the code. It works good till the shift list is not working anymore, and when I wrap it on True the whole surface is merging.
Can someone help me please? GH Question.gh (30.3 KB)