ScriptSpot

Forum topic · Scripts Wanted

need help: how can find adjacent vertices of any vertex

By myasinozsaglam · 2009-08-03

Description

for my new project i need to find adjacent (neighbour) vertices of a vertex. How can i find? is there any function on maxscript?

Comments (1)

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.