Gismo 3D roof error in rhino7

Hi there,

I’ve been using Gismo for quite a while without ayn errors, but in rhino7 I get this one, while trying to create 3D roofs

Don’t know much about the coding part, but i’ve taking some screenshots of both coding and the GH component.

Any help appreciated,

Cheers,

Thomas

And it still works perfect in rhino6. :thinking: :face_with_monocle:

Djoorde replied on grashopper forum.

"
Hi Tomas,

Thank you for reporting this error.
Can you try to replace the line 528:

elif (Rhino.RhinoApp.ExeVersion == 6):

With:

elif (Rhino.RhinoApp.ExeVersion >= 6):

"

2 Likes