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

Generate Test Points by Grid Size #29

Closed schaggar16 closed 7 years ago

schaggar16 commented 7 years ago

i am using Revit 2016 / Dynamo 1.2 / Honeybee 0.0.8

With the sample .RVT file in the extras folder, i am trying to use the 'Honeybee Surface' node to generate the geometry - which works. However, when i look to use the 'Generate Test Points by Grid Size' node, i get the following error: ERROR: len() of unsized object If you think this is a bug submit an issue on github. https://github.com/ladybug-analysis-tools/honeybee-plus/issues and include below error message: Traceback (most recent call last): File "", line 26, in File "C:\Users\Test\AppData\Roaming\Dynamo\Dynamo Revit\1.2\packages\Honeybee\extra\honeybeex\geometryoperation.py", line 339, in init assert len(self.surfaces) == len(self.borders), \ TypeError: len() of unsized object

This errors occurs when i connect the selected surface directly and via Honeybee Surface into the Node

mostaphaRoudsari commented 7 years ago

@schaggar16 can you share the geometry that you're using to generate the test points? Is it part of the sample model?

schaggar16 commented 7 years ago

Hi, I am using the sample file. And using the select faces node to input into the honeybee surface node. @mostaphaRoudsari i cannot attach the revit file. But it is from the honeybee -> extra -> samplefiles -> two_rooms

mostaphaRoudsari commented 7 years ago

This is already answered here: https://github.com/ladybug-analysis-tools/honeybee-plus/issues/32#issuecomment-272874432