How to Select Faces, Edges, Vertices of Subd object in 3D View?

Hi,

I currently have a Grasshopper Python script that allows me to select faces, edges, and vertices on Mesh objects directly in the Rhino 3D viewport (see the video below).

I’m wondering whether it is possible to achieve the same functionality for SubD objects using GH Python — specifically, selecting SubD faces, edges, and vertices interactively in the 3D view.

If this is possible, I would really appreciate any guidance, examples, or API references that could point me in the right direction.

Thank you very much for your help.

Best regards,
Denis

Select Face on Mesh.gh (3.3 KB)

Why don’t you use SubD selection filters in Rhino?

Hi!

Thanks for the suggestion! I am building a tool which runs from GH player, when running, its asking to select faces, edges, vertices to proceed! Not sure if i select them in rhino first before running player, any GH nodes understand the selected faces, edges or vertices in GH…

Thanks