Hello all,
I’m experiencing a challenge which I can not find the answer to in my dynamoscript.
Situation:
I have an excel file which has coordinates and the height of the light pole which needs to be placed at those coordinates. I have changed the family name to the corresponding height in the excel file (so the light pole family which has to be 4m high is called 4, as in the excel file).
Problem:
My idea was to select using the familytype.byname with as input the index with the height from the excel. This way the family type is selected by the height from the corresponding coordinates. However when I do so I get the error: “Warning: One or more of the input types are not matching. Couldn’t find a version of ByName that takes arguments of type (__array)”
If I use a string with one of the heights it will work. So my guess is my method doesn’t accept lists.
Does anyone have a solution as to how I can script this in dynamo to achieve my desired workflow? Looking forward to your answers. Thanks in advance.
Regards,
Peter