I’m am trying to get a temperature parameter and the units are no longer in Kelvin.
0 deg F = 0.997829248702976
1 def F = 1
42 deg F = 1.08900080317798
54 deg F = 1.11504981874227
Anyone know what the new units are in Dynamo? Need to get this in Fahrenheit so I can do calculations.
Hi @bmsewell,
You can use Springs.Element.GetParameterUnitValue node or GetParameterAsProjectUnits node to get the correct value in Farenheit.