We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-01-18 11:08 PM - last edited on 2024-09-26 12:17 PM by Doreena Deng
Hi All,
I just startet using python with Archicad. The documentation is a bit confusing.
Where can I find the possible paramters for GetAttributesByType.
I found the example with GetAttributesByType("LayerCombination")) but which other types are possible?
Thanks in advance
Stefan
Solved! Go to Solution.
2024-01-18 11:37 PM
Available attributes are: Composite, Fill, Layer, LayerCombination, Line, PenTable, Profile, Surface, ZoneCategory -- Building Material has its own function. You can see all the available types in the class definition in the Python Archicad 'site-packages folder
2024-01-18 11:37 PM
Available attributes are: Composite, Fill, Layer, LayerCombination, Line, PenTable, Profile, Surface, ZoneCategory -- Building Material has its own function. You can see all the available types in the class definition in the Python Archicad 'site-packages folder