Hello, I found a weird behaviour after applying a subtraction using your library.
I am trying to subtract two polydatas and if i do not apply connected components, the result looks ok, but if I apply the connected components filter to get the largest region, the result is a small subset of faces of what it should be the whole component. I show this issue in images
Result of the boolean subtraction without connected components is ok
Result of the boolean subtraction with connected components fails
The code seems ok to me. So I wonder if it is a bug in the way to connect faces. I wonder if there is a way to solve this issue.
Hello, I found a weird behaviour after applying a subtraction using your library.
I am trying to subtract two polydatas and if i do not apply connected components, the result looks ok, but if I apply the connected components filter to get the largest region, the result is a small subset of faces of what it should be the whole component. I show this issue in images
Result of the boolean subtraction without connected components is ok
Result of the boolean subtraction with connected components fails
The code seems ok to me. So I wonder if it is a bug in the way to connect faces. I wonder if there is a way to solve this issue.
I attach some polydatas for testing in case this issue is unknown.
https://we.tl/t-STIpdaCFNQ
Thanks