Gismo

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

Network:

Licensed under GPL-3.0+ license

rhino 7 errors

Hi

 I found a few more issues while getting things up and running

OMS3DRoad gave an error in the python because 7 no dealt with - if I change line 610 from

if (Rhino.RhinoApp.Version.Major == 6)

to

if (Rhino.RhinoApp.Version.Major >= 6)

the error goes away.

Also line 528 in OMS3Droof

elif (Rhino.RhinoApp.ExeVersion == 6)

to

elif (Rhino.RhinoApp.ExeVersion => 6)

I also noted the example create underwater terrain gives an error in script with item 

terrain generator - gh file attached.

Runtime error (MissingMemberException): 'NoneType' object has no attribute 'NumberRows'

Traceback:
line 699, in createTerrainMeshBrep, "<string>"
line 1064, in script

create_underwater_terrain.gh

The other example all worked I think

Patrick

  • up

    djordje

    Hi Patrick,
    Thank you for the testing.
    I am glad you fixed the first two issues.

    For the third one I would need to check it on Rhino 7. It may take some time. Do you need some underwater terrain for particular location?

    2