Thanks to everyone who attended yesterday’s Dynamo workshop. We maxed out the number of attendees allowed by my GoToWebinar account so I apologize if you weren’t allowed into the presentation. I’ll be sure to upgrade my account before the next workshop. Here’s the recording:
Below is a link to download a .ZIP file containing the Dynamo scripts I show in the workshop as well as my personal Dynamo starter file. The starter file contains a collection of useful node comfinations. Enjoy!
Michael, thanks for this. I was able to IMMEDIATELY put this into use! I had written a custom Python script to do what using List.FirstIndexOf was able to do in a fraction of the time; awesome!
Thanks Micheal! 🙂
I was lucky enough to be able to login to the webinar, and it was fantastic how you were able to answer peoples questions on the fly! Shows someone who knows their stuff rather than demos the program!
Thank you for sharing.
I leanred a lot of the second part (Import)
About the the export, question is there a reason to not use cross product?
Then you do not need list create and list transpose (only a little change in the order of the code block)
Thanks again
Cool! I never tried it that way. Just to confirm, I used a node block that created a list containing the three parameter names then plugged the node into a single Element.GetParameterValueByName with lacing set to “Cross Product”. Worked great and cleaned up the script. I still needed the List.Transpose node. How did you get around needing that node?
Many thanks from Italy!