Hellow, i encountered problem with the delaunay mesh. Is the any way to excluded edges, so the mesh became like on picture?
Appreciate your help!
delaunay mesh.gh (67.2 KB)
Hellow, i encountered problem with the delaunay mesh. Is the any way to excluded edges, so the mesh became like on picture?
Appreciate your help!
Cull faces with long edges.
P.S. Instead of culling faces based on perimeter length, you can use length of longest edge:
I learned a few things by studying @HS_Kim’s model, as I often do.
Yes, already noticed that changing geometry after kangaroo manipulations doesn’t influence on the result.
I studied both of your models, and @HS_Kim’s model, so i got a great impact on dealing with delaunay mesh.
Thank you both! @HS_Kim @Joseph_Oster