access to adjacent vertices

Hi, Im newbie in Blender API so maybe this will sound a bit silly. BUT

Imagine, I have got an index of vertex (acquired by getVertsFromGroup) and i need to manipulate with all vertices, that share an edge or face with him.

Is there another way than search through all edges/faces and test if this is the right edge/face?

Thanx,

Myf

Check out http://blenderartists.org/forum/showthread.php?t=82389. You may find useful information there.