View Full Version : Get faces which share the same vertex
n3XusSLO 07-05-2008, 04:07 PM well the name says it all. is there a funciton in maxscript that will retun the face indexes of all faces that share a specified vertex (preferably an function that works on editable_mesh)?
i haven't found anything in max script reference...
|
|
RobGalanakis
07-05-2008, 04:41 PM
meshop.getFacesUsingVert <Mesh mesh> <vertlist>
Returns a bitarray of size=(#faces in mesh) with bits set for all faces that use the specified vertices.
In: Meshop Face Methods
Returns a bitarray, so you will need to cast to an array.
The mesh/poly areas of help can be a bit confusing to navigate, I know :)
n3XusSLO
07-05-2008, 04:55 PM
hey thx a lot man :D
CGTalk Moderation
07-05-2008, 04:55 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.