Hi,
Im just trying to get values of Type Parameters in dynamo , But I’m not getting exact values any one please help me with this . See attached inline pic for more details .
Thanks and Regards ,
Sriram.R
Hi,
Im just trying to get values of Type Parameters in dynamo , But I’m not getting exact values any one please help me with this . See attached inline pic for more details .
Thanks and Regards ,
Sriram.R
Looks like a units issue. What Revit and Dynamo versions are you using?
use codeblock and type x/10.764 will get you what you need.
I’m using Revit 2017 and Dynamo core and Revit 1.3.2.2480.
Ok got it. But Can you Please explain me which stops getting exact value?
Hi ,
I did that but still not fetching exact values .
Thanks and Regards ,
Sriram.R
ElectricalSystem.Voltage property returns a value that is about 10.76391 times the expected value in Volts, i.e., you get 1291.669 instead of 120 V. Revit is using some non-standard unit for voltage.
Electrical potential can be defined using the following more fundamental units:
(Length2 * Mass) / (Time3 * Current).
In Revit, this formula makes use of the following units:
Hope that makes sense now?
Try downloading latest dynamo version 1.3.3 or 2.0.1 and you will see this problem has been solved.
Use Math.Round node at the end.
Thank you very much . Will download Latest version and try it .
Make sure you mark the post as solved. It will help others also in future.
ok will try it.
Hello,
I tried in Dynamo 2.0 . It works great , Issue resolved .
Thank you very much.
Regards ,
Sriram.R