License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
a month ago
- last edited
a month 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.
a month ago - last edited a month 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!)
a month ago - last edited a month 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.
a month 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.
a month 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.
a month ago - last edited a month 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!)
a month ago
This is great! Thank you for sharing!