There is an example in pymel 1.0 docs of getting edges from a MeshVertex object: edgs=vtx.toEdges()
http://www.luma-pictures.com/tools/pymel/docs/1.0/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Mesh.html?highlight=mesh#pymel.core.nodetypes.Mesh but the MeshVertex doesn't seem to have a toEdges() method. Any idea what's happened to it? -- http://groups.google.com/group/python_inside_maya
