API missing functionality?

Cannot find the from compas_rhino.selectors import select_surfaces guids = select_surfaces(message=‘Select multiple surfaces’)

Any update beyond copying and pasting the whole function?

Hola Augusto!

For some reason, there’s an entire page of the docs that is missing, but the functionality is still there, just moved to a new module:

from compas_rhino.objects import select_surfaces


I reported the issue, will fix the docs soon: compas_rhino.objects entirely missing from the docs · Issue #1516 · compas-dev/compas · GitHub

Cheers!

Gonzalo