Hello all,
I am trying to edit revit schedule thought the dynamo, i wanna export the formula into the revit schedule, but i have no idea, how can do this?
Thanks you
Hello all,
I am trying to edit revit schedule thought the dynamo, i wanna export the formula into the revit schedule, but i have no idea, how can do this?
Thanks you
You can calculate the value and write it to the Comments parameter of the Window element using Element.SetParameterByName
However, I would have not used Dynamo and just handled it with a Calculated Value in Revit (assuming x and y are also associated with the element)
Thank you VIKRAM :), i can export my formula to revit schedule!!!