Renumber randomly created elements in Revit

Hi Guys,

I have a small problem:
I have created some elements in random order. Now When I export the Mark parameter and element ID and number them 1 to 100 (or whatever the last number is) , the order in the model is wrong. I guess it sorts everything by element ID. What can I do to sort the elements in right sequence?

https://drive.google.com/drive/u/0/folders/0B1iUYxQHW9uQcUlCN19vaUhVcWs

Above I have attached the revit model with humble dynamo files for exporting and importing to revit.
Any help would be very much appreciated.

Regards,
Pavel

Hi Pavel,

I suggest looking at:
http://dynamobim.org/forums/topic/renumbering-piles-with-spline-model-line/

There are multiple ways of doing this, I have made a script for this aswell with just 5 nodes (of which one is a behemoth of an out-of-the-box Custom Node, haha).

I hope the link helps!

-Brian

Thanks, that was very helpful:)