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

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…

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

[PYTHON] ZONE CREATION CREATION FROM EXCEL SPREADSHEET

ylahkim
Newcomer

Hello everyone 

 

I want to create a python script that enables me to create various zones in archicad form an excel spreadsheet 

the structure will be like this 

 

ylahkim_0-1712755177310.png

 

Do you have any clue how to do it ? thank you very much.

 

1 REPLY 1

Hi ylahkim,

 

Unfortunately there is currently no command directly available in the Python API to create zones in Archicad. You would have to develop or extend an Add-On in the style of https://github.com/tlorantfy/archicad-additional-json-commands or https://github.com/ENZYME-APD/tapir-archicad-automation/tree/main/archicad-addon first.

Hope that helps,
Bernd

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com