Get Thermal Parameter of material

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!

I guess you have to use a workaround like this:

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])

Just need to play a bit with list levels :wink:

3 Likes

thank you, lucamanzoni!