BIM Coordinator Program (INT) April 22, 2024

Find the next step in your career as a Graphisoft Certified BIM Coordinator!

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

Python excel exporter

Mats_Knutsson
Advisor

Hi,

Where can I find a complete list over what I can get out from Archicad if I want to customize the demo script?

/M

 

Mats_Knutsson_0-1679928165019.png

 

AC 25 SWE Full

HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
1 REPLY 1
Mathias Jonathan
Advocate

For the properties list:

 

from archicad import ACConnection
import archicad
import sys

conn = ACConnection.connect()

acc = conn.commands
act = conn.types
acu = conn.utilities


print(acc.GetAllPropertyNames() )

 

Learn and get certified!