cutdigital / mcut

A library for detecting and resolving intersections between two surface meshes.
https://cutdigital.github.io/mcut.site
Other
414 stars 76 forks source link

Strange cut results #35

Closed shaise closed 1 year ago

shaise commented 1 year ago

Perhaps I'm doing something wrong but I get strange results when trying to cut a simple box from a bigger box: b_cut_operation

the cutter box is not supposed to cut all the way through but just below the surface, so I expect a cavity result. However this is the result I get: b_cut_result

Attached stl results and a modified HelloWorld I used. Thank you and sorry if my workflow is flawed.

HelloWorld.zip

shaise commented 1 year ago

OK, After deep debugging I found out that the result is ngons and not triangles, and I guess the converter I used does not support ngons in OFF format. Closing. Sorry.