It seems that the “Fill Holes” Input of the ShrinkWrap component in Grasshopper is broken (at least in my case). Here’s how i came to that conclusion:
I downloaded the Stanford Bunny from here The Stanford 3D Scanning Repository and importet the scan in Rhino:
This 3D Scan has a few holes in it. When i ShrinkWrap it with the follwing parameters directly in Rhino it works as expected and it returns a mesh with 15325 faces:
When i input the exact same file into the gh ShrinkWrap component and use the same parameters it retuns the following result:
When i close the mesh before inputing it into the ShrinkWrap component it works as excpected (same face count as directly in rhino):
Changing the Fill Holes Input has no effect at all.
Or am I missing something?
-Kevin