2024-04-10
03:23 PM
- last edited on
2024-09-26
12:19 PM
by
Doreena Deng
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
Do you have any clue how to do it ? thank you very much.
2024-04-16 12:52 PM
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