Hello,
I am trying to find adjacent faces from different types of meshes, as shown in the attached image.
- Mesh ① (blue): A belt-like mesh
- Mesh ②: A mesh composed of triangular faces
- Mesh ③: A mesh with a mix of quadrilateral and triangular faces
I used Deconstruct Face
to compare faces that share two or more vertex indices. However, since the ABCD output specification differs between triangular and quadrilateral faces, the results are very inconsistent and strange.
Does anyone know a good way to solve this issue?
Best regards,
Shimpei