How to check a triangle surface mesh is closed?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi,
I would like to check if a surface triangle mesh is closed or not? "Close" means like the surf of a ball, as "not close" means it has a hole or losing parts of it. Is there any method in matlab to implement it? If not, could you advice me some other suggestion?
Thank you.
댓글 수: 0
채택된 답변
KSSV
2019년 6월 11일
Just a wild guess.......give a try and let me know. Find the mean of the points and check whether this mean lies inside or outside. YOu can refer the below link to check the point lying inside or outside.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!