Create triangular mesh

조회 수: 2 (최근 30일)
Eduardo
Eduardo 2012년 3월 26일
Hello, I have a matrice with some edges that i need to conect. This results from a .stl file that has a hole and i need to fix...
badEdges =
1 2
1 4
2 4
What i need to do is to look for comum vertices in the rows and if there are 2, create a new edge conecting them. For example as the first and the second rows have the vertice 1 in comum, we should creat a new edge [2 4]. The same happens with the second and the third vertices with the vertice 4. Can someone help me with this? Thank´s.

답변 (1개)

Eduardo
Eduardo 2012년 4월 2일
Hi,
Can someone give me a hand with this?

카테고리

Help CenterFile Exchange에서 STL (STereoLithography)에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by