Remove self-intersections in Meshlab or vcglib

房东的猫 提交于 2019-12-25 01:24:57

问题


How to remove self-intersection of a mesh with the Meshlab application or vcglib?


回答1:


This is out of the scope but there are some functions in CGAL. This is still experimental and not documented but you can use the function remove_self_intersection(). Depending on the type of self-intersections, you can also use the (also experimental) function autorefine_and_remove_self_intersections(). The first function is more likely to be used when you want to remove self-intersection due to loss of precision (doing somehow a local remeshing) while the second is to be used when you have strong self-intersections.



来源:https://stackoverflow.com/questions/50840742/remove-self-intersections-in-meshlab-or-vcglib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!