for my new project i need to find adjacent (neighbour) vertices of a vertex. How can i find? is there any function on maxscript?
Forum topic · Scripts Wanted
By myasinozsaglam · 2009-08-03
for my new project i need to find adjacent (neighbour) vertices of a vertex. How can i find? is there any function on maxscript?
Marco Brunetta · 2009-08-03
Just of the top of my head, you could get all the segments that use the selected vertex, and then get the vertices that use those segments, disregarding the original vertex.