How to record the neighbors of each vertex of a 3D mesh model?

9 visualizaciones (últimos 30 días)
Mohsin Shah
Mohsin Shah el 24 de Jul. de 2017
Comentada: Mohsin Shah el 26 de Jul. de 2017
Given the vertex list which contain the indices of vertices, x-axis coordinate, y-axis coordinate, and z-axis coordinate, and the face list defines the polygon faces which are simply lists of indices into the vertex list, and each face begins with a count of the number of elements in each list. Two vertices are termed neighbors if one edge connects them so that the vertices in the same face are co-neighbors, thus we can record the neighbors for each vertex by traversing the face list in order to find the faces which contain the given vertex. Table below explain the vertex and face lists. How to record the neighbors of each vertex using the find or any other command?

Respuestas (1)

KSSV
KSSV el 24 de Jul. de 2017
Read about knnsearch

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by