ta guys for your input trying to get your code working, i dont understand the doTest() bit thou its confusing me lol
ill try to explain what im trying to do in more detail ive got a shape in this case a sphere, and im trying to pair up the faces which are connected together this through the x and y verts that make up the face so ive got pSphere1.f[0] and the y vertices for this face are the same as the pSphere.f[20] x vertices so this face is connected sorry i confused u all by putting x and y when by x i mean the lower vertices and by y i mean the higher vertices, sorry iv been referring to this code this way to myself and thought it was normal lol by finding out the paired faces i will be able to find out the difference between their dot products this then finding out the the dot product of the edge they make up so i need to take vertList1[0] and vertList[1] search through vertList2 to find these values then search for vertList1[2] and vertList[3] and so on.... hopes this helps -- http://groups.google.com/group/python_inside_maya
