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

7 次查看(过去 30 天)
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?

回答(1 个)

KSSV
KSSV 2017-7-24
Read about knnsearch

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by