tried this:
from compas_rhino.geometry._constructors import volmesh
import rhinoscriptsyntax as rsguids = rs.GetObject(“select a closed polysurface”, filter=rs.filter.polysurface)
volmesh = volmesh.volmesh_from_polysurfaces(VolMesh, guids)
returns:
Message: iteration over non-sequence of type Guid
Traceback:
line 48, in volmesh_from_polysurfaces, “C:\Users\msalma\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\compas_rhino\geometry_constructors\volmesh.py”