Hello,
I have two surfaces which are generated with a 3D scanner and registered using Fiducial Registration. Irrelevant parts of the scan are removed after registration by cutting along a manually placed curve on the surface of the two models.
Now, I would like to combine the two surfaces into a closed surface, by filling the holes which are created inevitably as the cut curves along the two different surfaces will always have some displacement.
I have tried ‘Combine Models’ but it ends with ‘[VTK] Contact ends suddenly.’ without creating a result for which I found this vtkbool issue: Difference of meshes sometimes an empty mesh · Issue #40 · zippy84/vtkbool · GitHub.
I hope that there is a way to achieve this without manual intervention as it is one step in a series of operations which are automated in a custom extension.
In the following screenshot, the blue and yellow surfaces are separated by gaps on the left side while they intersect on the right side:
Thank you
Kambiz