Message 1 of 7
MAXSCRIPT: can selected vertex arrays be un-sorted ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi !
When using $.selectedVerts on an editable poly I if the vertices are in this order :...1,6,5,4,3,2...
I still get an array with this order: 1,2,3,4,5,6 but I must have the array excatly as the vertices are ordered in the geomtery (need to apply a loop on them)
Is there a way ?
TIA
NIR