Hey all, is there a way to fill holes based on edge count? I want to fill all tiny holes but exclude the big hole at the base. Im working with scanned meshes, so very dense. Any ideas?
The fill node can add all the newly created polygons to a group. So you can measure the area of each polygon after the fill and delete them based on a threshold.