Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.
3 weeks ago
- last edited
2 weeks ago
by
Laszlo Nagy
Our office works in residential homes, and we will often add or remove windows/doors with a revision. When working in Revit, the program automatically starts the numbering at 1 and con't, changing the numbers appropriately throughout the project- adjusting the element id by plus or minus 1.
For example-I am working on a home that has 50 doors currently scheduled. We are adding a new door that would be D25. I want to place the door and Archicad automatically number it D25 and change the doors numbered 25 and higher to all increase by 1. Currently we are selecting each door and renumbering with element ID manager. However this can cause various issues easily and there has got to be a way this works!
In my work environment has "Assign New Element ID to Each New Element" selected.
My element ID manager has "Unique ID for Each Element" selected and Element ID is not in the selected criteria.
I have a number counter in my id set up.
Can someone please help me figure out what I'm missing?!
Solved! Go to Solution.
3 weeks ago - last edited 3 weeks ago
I created a python script for auto numbering using a simple polyline.
You'll juste have to install the last python version and Tapir (links are in the thread): https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyl...
You won't have to download the script, it is an official script included in Tapir (And this official version uses polylines instead of an object: easier to use!)
3 weeks ago - last edited 3 weeks ago by Barry Kelly
Hi @JKL
You can change the counter number from which to start numbering the missing IDs.
More information available HERE.
Best regards.
3 weeks ago
Yes, this is how we currently re-number. But you have to go in and select each door in the order you would like them numbered, I am wanting to figure out how to get the door inserted and all of them numbered correctly without having to go through the whole project and select each door/window every time we add or delete one.
3 weeks ago
Unfortunately, selecting them in the order that you want them, is the only way to re-arrange them.
Other than manually editing ID one by one.
Barry.
3 weeks ago - last edited 3 weeks ago
I created a python script for auto numbering using a simple polyline.
You'll juste have to install the last python version and Tapir (links are in the thread): https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyl...
You won't have to download the script, it is an official script included in Tapir (And this official version uses polylines instead of an object: easier to use!)
3 weeks ago
This is great! Thank you for sharing!