Hello all,
I have an excel file with a list of coordinates (more than 30). I need to create a family and place it in the project according to these coordinates. I didn't find any way to do it directly in Revit, so I try it in Dynamo.
As I am learning the program now, I have some questions :
1. Are the nodes that I used correct? Can I simplify them?
2. Is there any way to use directly the excel file in order to produce the coordinates (instead of create X,Y,Z each time in dynamo).
3. In Revit the dynamo's point has been created the bottom side of the family, has it to do with the reference planes into the family?
See attachment..
Thank you in advance!
Gelöst! Gehe zur Lösung
Gelöst von SteveKStafford. Gehe zur Lösung
I did something similar and wrote a blog post about it, might help.
Steve Stafford
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
@SteveKStafford thank you for your answer.
In the List.GetItemAtIntex node you have connected the Index with a number value. Do the Number 0 take the X coordinate, the number 1 the Y and the number 2 the Z coordinate from the csv file?
Thank you in advance!
Yes, 0 is the first column (X) value in the CSV...1 is next column (Y)...
Steve Stafford
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.