algorithmic modeling for Rhino
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
The other example all worked I think
Patrick
Tags:
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?
Hi
I do not need this for the project I am looking at, I just notice the issue while going through the examples.
Patrick
Welcome to
Grasshopper
© 2024 Created by Scott Davidson. Powered by