Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Getting Vertex Position By Face

Getting Vertex Position By Face

Anonymous
Not applicable
1,217 Views
1 Reply
Message 1 of 2

Getting Vertex Position By Face

Anonymous
Not applicable

Hello
I have an object with a few faces, and I need to create a point helper at the places that I have vertices, and they should be divided into a group per face.

I tried using polyop.getFaceVerts  but it only gives me a general vertex number, if anyone has an idea how to get the position information from this action or a similar one I would be very thankful
Thanks

0 Likes
1,218 Views
1 Reply
Reply (1)
Message 2 of 2

miauuuu
Collaborator
Collaborator

polyop.getVert obj vertIndex -- will give you the position of the vertex with index vertIndex

https://miauu-maxscript.com/
0 Likes