Now going back to the issue here, can you export the model as an HBJSON and share it with us? I’m curious to know what might be happening. I have no issues exporting the sample file.
@tk1 - I released a new version of the Revit plugin v2.162.3 since I realized we have introduced a rounding bug to the IDA-ICE exporter in the latest release. It is unlikely that it resolves your current issue, but I strongly recommend update both Rhino and Revit plugins before continuing your test for exporting the models to IDA-ICE.
Thank you for sharing the model, @tk1! I opened your model in Rhino and then exported it to IDM with no issues. It uses the same command as the one for Revit.
Is it possible for you to do the same using the Rhino plugin? That will tell us if the issue is limited to Revit or is it something more generic about your system.
Did you get a chance to check the logs? Can you share the logs with us? If that doesn’t help, we can set up a call and debug it together. Hopefully, the logs will help us find the issue on your end.
Thank you @mostapha. It works when importing to Rhino and then exporting to Idm.
Looks like it could be an issue with the Wall thickness:
Text string "0,4" could not be decoded into a distance and a unit.
Make sure your units are one of the following: m mm ft in cm
Traceback (most recent call last):
File "C:\PROGRA~1\POLLIN~1\python\lib\site-packages\honeybee\units.py", line 66, in parse_distance_string
return float(distance_string)
ValueError: could not convert string to float: '0,4'
It is set to dot (“.”) int the software. But my system might be using comma for separation?
Hello @mostapha , I am also trying to export from Rhino to idm with using Pollination plug in, but I also got the issue same like ‘0,4’. See the attachment. Please provide a solution for it.
Hi @karan7495! Thank you for reporting this. I was not expecting to see the same issue in Rhino too. I pushed a fix in the core libraries to handle this case. I will let you know once we have a new release of the Rhino plugin.