ENZYME-APD / tapir-archicad-automation

The easiest way to use the JSON/Python API from Archicad without knowing how to code.
MIT License
57 stars 17 forks source link

Get all properties command #179

Closed kovacsv closed 2 months ago

kovacsv commented 2 months ago

@kovacsv , why this new command is better than using the official commands? I mean using the official GetDetailsOfProperties(GetAllPropertyIds()) can return the same list (and much more details, for example the type of the property and possible values). Or this new command can return more properties?

Since there are a lot of properties accessing them is kinda slow. So with the new function you can get all the info in one round. On the other hand it's fair point that we shouldn't have two functionalities for the same stuff, maybe it won't be needed on a long run.