mcut icon indicating copy to clipboard operation
mcut copied to clipboard

Results interpretation

Open lvjonok opened this issue 1 year ago • 1 comments

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. image

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!

lvjonok avatar Mar 01 '24 13:03 lvjonok

can you provide the input meshes here?

chitalu avatar Oct 15 '24 08:10 chitalu