toh
(Toh)
May 4, 2021, 11:10am
1
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
toh
(Toh)
May 4, 2021, 11:36am
2
And it still works perfect in rhino6.
toh
(Toh)
May 5, 2021, 9:29am
3
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):
"
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…
2 Likes