cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad Python API
About automating tasks in Archicad using the Python API.
SOLVED!

Python Script - Door/Windows numbering

Kebbre
Participant

Hi All,

 

I would like to create a script to number doors (or windows) in a specific format referencing the "Related Zone Number", for example 2 doors in a Zone Numbered : 00-001, would become 00-001-D01 and 00-001-D02.

 

I am struggling to code the script to find the relevant door property. Has any of you done something similar or have ideas on how to make it work ? 

There is one of the default Graphisoft JSON example working to define the Zone Numbers, I started to use this as a reference but quickly blocked when moving to door object and properties to use.

 

Thanks,

Change and Innovation Lead , AC27 / macOS
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Mathias Jonathan
Advocate

Hi !

 

I think that you can look at this GitHub repository : https://github.com/KAA-MB/archicad-python-scripts-KAA

 

If you are interested in python, you should join the Tapir-Archicad Discord server.

View solution in original post

1 REPLY 1
Solution
Mathias Jonathan
Advocate

Hi !

 

I think that you can look at this GitHub repository : https://github.com/KAA-MB/archicad-python-scripts-KAA

 

If you are interested in python, you should join the Tapir-Archicad Discord server.