Failed to import compas_rhino in Rhino Python Editor

Hello, I’m trying to run the examples in Rhino python editor.
I’m using the code in this site
https://blockresearchgroup.github.io/compas_3gs/user_manual/01_multi-cell_polyhedron/01_61_transformation.html

However, it seems like rhino python editor cannot import compas_rhino.
I tried to run this code line by line and

import compas

works, but,

from compas_rhino.utilities import volmesh_from_polysurfaces

caused problem like this image.

I’ve check the C:\users\user\appdata\roaming\mcneel…
and everything looks fine…
scripts folder contains compas and compas_rhino shortcut folders.
Please help me :frowning:

I’ve solve this problem :slight_smile:
however, it seems like ‘ForceVolMesh’ has not been developed in compas_3gs…!

1 Like