Notifications
Clear all

[Closed] get Number of edges of a vertex

Hi!
I am new in programming maxscript. I know that I can get the number of vertices incident to a face with the operation “polyOp.getFaceDeg” but how can I get the number of edges incident to a vertex?
Can someone help me?
Thanks a lot
Respectfully,
cgneuling

1 Reply

allConnectedEdges = (polyop.getEdgesUsingVert $ VertNumber) as array

That should do the trick.