Hi
i am trying to create a element parameters list by [Revit.Elements.Element.Query] node and try to write in to the excel file.
But this node output the parameter name and the value merge on single string list.
any custom node or idea?
Thanks
Hi
i am trying to create a element parameters list by [Revit.Elements.Element.Query] node and try to write in to the excel file.
But this node output the parameter name and the value merge on single string list.
any custom node or idea?
Thanks
Hi Wy,
maybe you should try this:
Milorad
You could try to use string manipulations as they have all the same separator :
These string operations can be don inside dynamo or in Excel.
Thanks Andreas
that works perfect on single elements,
however i was try to work on all elements of categories,
with your idea i can still collect all information but not very efficiency.
I was thinking about group the same name of each parameter and reorder each to GetParameterValueByName
Any idea?
Thanks
If the elements are of the same category, and therefore have the same parameters, you could extract the parameters of the first, apply them to all the elements with “Element.GetParameterValueByName” ( be sure to set the lacing to cross prod.) and then transpose the result with “List.Transpose” to sort them together. Would that work for you?
thank Dimitar
i found the way that work pretty good right now
Hi everybody.
Can somebody help me. I try to make list of elements on each level.
Problem is that there is no any of DuctCurves
I made list of attributes for DuctCurves and there is no Level attribute. Is that a limitation of Dynamo or what?
Thank you.
how to see the enlarged image
None of the solutions are visible…
8 year old thread and some images have been lost - most of what was done then isn’t as relevant today anyway due to the many changes in Dynamo. This was back in the Dynamo 0.8 days if memory serves. You’re better off starting a new thread or posting in one which is a year or two old.