Notifications
Clear all
[Closed] get Number of edges of a vertex
Nov 30, 2011 7:46 pm
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
Nov 30, 2011 7:46 pm
allConnectedEdges = (polyop.getEdgesUsingVert $ VertNumber) as array
That should do the trick.