need help: how can find adjacent vertices of any vertex

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Marco Brunetta's picture

Just of the top of my head,

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.