ladybug-tools / honeybee-dynamo

:honeybee: :blue_book: Honeybee library and plugin for Dynamo
GNU General Public License v3.0
17 stars 8 forks source link

indoor_study-Get surface from HBZones #99

Open dradair opened 5 years ago

dradair commented 5 years ago

Butterfly sample file - getting Honeybee error. Testing the example file "indoor_study.dyn" in Revit 2019. I get an error on the Custon Node 'Get surfaces from HBZones": Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed. Traceback (most recent call last): File "", line 25, in AttributeError: 'HBSurface' object has no attribute 'hasChildSurfaces'

Looking at they Python code for this, it would appear that zone data is not passed into the note, but Rooms to HBZones has no errors. Digging around I found: honeybee-dynamo/plugin/samplefiles/08_three_phase_I_gridbased.dyn But the python in the code matches the Githubissues.

  • Githubissues is a development platform for aggregating issues.