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

Streamline your workflows and master BIM coordination! Program starts April 28!

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

Python excel exporter

Mats_Knutsson
Mentor

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

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() )

 

Archicad 27 - GDL - PYTHON