When I generate sunpath, windrose or other graphs using the Environmental Analysis Toolbar in Rhino 8, they are generated fine, but the moment I AddToDoc, only the curves and text seem to be passed. All the meshes dissapear.
Hi @byron, thatās strange. @chriswmackey had developed the commands using Rhino 8. It might be because we havenāt released the latest version publicly yet. Can you remind me what version of the Rhino plugin are you currently using?
I have been developing these commands in Rhino 8 so Iām doubtful that is the issue unless you have a really old service release of Rhino 8.
It seems your issue is specifically with the translation process to the Analysis mesh object that we created for the Rhino plugin, which allows you to customize the legend parameters of colored meshes that you have added to the Rhino scene.
Are you able to access this Analysis mesh for other studies? For example, can you use the āPO VisualizationSetā component to bake visualization sets of colored meshes from Grasshopper into Rhino?
I am using the exact same version of Rhino 8.4 as you have installed but I am unable to recreate the issue. Can you use the PO_CheckUpdates command to make sure that you have the most recent version of the Pollination Rhino plugin installed?
The most recent version should be 1.43.6.0:
If you can still recreate the issue with the latest version of the Pollination Rhino plugin, can you let me know what EPW file you are using to make the wind rose? I remember being able to create something like what you have here with an old version of the Rhino plugin where the values of the mesh didnāt match the number of faces. Maybe thereās something about this specific EPW that is causing one of these mesh-face matching issues.
Give me a day to check my installations as there is something broken with my Rhino8. I seem to be missing the Rhino template files as well. I tried doing a full uninstall of all Rhinos from my machine, but probably need to go deeper.
I installed the new Pollination-for-Rhino version, just for Rhino 8, as per Mostaphaās guide, but I still have problems with my āAddToDocā functionality.
It will add curves (sunpath, windrose compass, etc) but none of the meshes.
p.s. the āGet location from EPWā under Project Information, now works fine!
Ah wait. I was in Rhino 7. I can recreate the problem in Rhino 8.
I think I am going to need @mingbo 's help to figure out what is going wrong as the issue is with his AnalysisMesh object that Iām trying to create on this line of code that runs within the command:
It seems like Something is failing to create the AnalysisMesh object in Rhino 8. I canāt find any error message, @mingbo .
I did another test and I am able to use your AnalysisMesh object when I set the Rhino 8 .NET Rumtime back to NetFramework. It seems that the only situation where I canāt create an AnalysisMesh is when the Runtime is NetCore.
I have verified that this fix gets things to work with both DotNetFramework and DotNetCore. The fix is currently available via the LB Versioner component and it will be in the next release.