Results interpretation
Good day! I am glad that you released a new version of this software and wanted to clarify the results from tutorials I obtain.
I am particularly interested in QuerySeamVerticesSorted code. The only thing I have changed is I query MC_CONNECTED_COMPONENT_TYPE_SEAM instead of FRAGMENT expecting to get just seam of the intersection.
Given .off files from example I would expect getting two separate sequences of vertices, one for each part of the input mesh. However the result I obtain is the following:
sequence = 0
size = 11
is_loop = TRUE
vertices = 7 3 0 15 6 9 1 13 12 8 14
Could you clarify what is the proper way to query the result I expect or the intuition behind the result I get. I have tried using FRAGMENTS to query the seam and then filter among all results, but it also has given me unreliable results.
Thank you once again!
can you provide the input meshes here?