Gismo

Gismo is a free and open source Grasshopper plugin for GIS environmental analysis.

Network:

Licensed under GPL-3.0+ license

Gismo error rhino7 3Droof

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

  • up

    djordje

    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