Hello,
I start with Dynamo and I would like to get a thermal parameter of a list of materials.
I use “Material.ThermalParameters”, but when I use “Element.GetParameterValueByName”, the parameter value is empty…
Can someone help me ?
Thanks!
Hello,
I start with Dynamo and I would like to get a thermal parameter of a list of materials.
I use “Material.ThermalParameters”, but when I use “Element.GetParameterValueByName”, the parameter value is empty…
Can someone help me ?
Thanks!
Thanks for your answer!
The problem is that, in my case, I have a list composed of lists. So, List.GetItemAtIndex doesn’t work.
(Your code only works when I take an ID, example : x[0])
thank you, lucamanzoni!