Python excel exporter

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-03-27 04:43 PM
2023-03-27
04:43 PM
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
AC 25 SWE Full
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
HP Zbook Fury 15,6 G8. 32 GB RAM. Nvidia RTX A3000.
Labels:
- Labels:
-
Automation (Python or JSON)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-03-27 04:53 PM - edited 2023-03-27 04:54 PM
2023-03-27
04:53 PM
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