Dynamo script to get list of elements connected in a each circuit.
I want fo sort the type, with number and it watt in the branch dd schedule.
Can any one help for it.
Dynamo script to get list of elements connected in a each circuit.
I want fo sort the type, with number and it watt in the branch dd schedule.
Can any one help for it.
What have you tried so far? Where are you running into issues? I think the MEPover package has some nodes that should get you started.
Now you just need to get those parameter values and GroupByKey
. Just make sure you’re grouping within the existing sublists to maintain that hierarchy.