Selecting vertices of isolated part of a mesh

I have a very detailled 3d-head model, which contains eyeballs. now i want select all the vertices of the eye balls. i managed to selcect all the faces with “SelConnectedMeshFaces”. can i convert this selection to vertices? or is there another possibility to select these vertices of this part of the mesh as it shares no mesh edges with the rest of the mesh?

Hi brt -

SplitDisjointMesh?
-wim

For further processing in Grasshopper, I need to explicitly address the vertex points.

I now found “selconnected” which works ok here. But also thanks for “SplitDisjointMesh". Seems very useful.