Hi There
Can anyone guide me how to fetch ( or Get) this data to dynamo.
After fetching this i want to replace this data from another sheet of excel… I mean data will be get from excel file and will replace data fetched from this circled in red.
Hi There
Can anyone guide me how to fetch ( or Get) this data to dynamo.
After fetching this i want to replace this data from another sheet of excel… I mean data will be get from excel file and will replace data fetched from this circled in red.
Do you want to change the name of these elements?
yes
I think you want to use the Element.SetName
node from the Clockwork package.
Thanks…
You already got it working with that?
No,
i used first time
It’s a Revit issue. sometimes it’s unable to draw something due to restraints not lining up.
That also means your Dynamo code is probably doing what it’s supposed to do
The bar diameter is read as feet by Revit. So if you plug in 10 in Dynamo, Revit will interpret that as 10 feet or 3048mm. This is a known issue, and will be fixed in Dynamo 1.3.3. For now you need to convert the units manually or you can use an alternative node from MEPover.
Thanks
My Problem is solve.