We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

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

Python Script - Door/Windows numbering

Kebbre
Contributor

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.