Civil 3d parcel renumbering

Hi Everyone,

I am looking for a Dynamo Script which can help me in renumbering by Parcels, basically I am working on a project which contains 9000 parcels & they are all numbered clockwise,
Now we have added 2 new parcels somewhere in middle of the project & because of this all the parcels number after 4000 has to be renumbered.

Has anyone prepared any such script before or can someone help me ?

As far as I know there are no nodes that can renumber a Parcel. Maybe it could be possible to do that with some Python code. But I am not sure if it is an efficient process, you probably need to examine the parcels reverse-sorted to prevent using an existing number. Maybe Civil 3D checks that anyway so about 5000 times examining 9000 parcels can be a slow process.

Maybe it is better to do so in Civil 3D yourself? I do not work much with Parcels, but I thought it was possible to renumber parcels by drawing a line through them in the order you want them to be numbered. Correct me if I’m wrong.

Hi @Noman_Khatri
Can you attached example drawing for testing