2024-01-05 08:54 AM
I am trying to automate a few tasks in ArchiCAD. I have written a few Python scripts using the ArchiCAD API, but naturally they only work if an ArchiCAD file is open. This is a little bit of a problem for me, because often we want to apply the effects of the scripts to all our active files at once (of which there are about 20 at any given time). The files in question are all on the BIMCloud.
I am wondering whether it is possible to use the BIMCloud API to the files for me, one at a time, so that my other scripts can access the information they need.
If this is not possible, can anyone think of another way to automate the opening of archicad files on the BIMCloud?
Thanks in advance!
Solved! Go to Solution.
2024-02-07 10:17 PM
@benjaminjamesrowley, the BIMcloud API can support only file related operations, as per mentioned in the documentation. What you wish to do, to access teamwork project data, is not supported via the public API.
2024-02-07 10:17 PM
@benjaminjamesrowley, the BIMcloud API can support only file related operations, as per mentioned in the documentation. What you wish to do, to access teamwork project data, is not supported via the public API.
2024-03-22 08:59 AM
For anyone facing a similar issue:
As @Boldizsar Vermes pointed out, opening files over the BIMCloud is not possible. The dirty workaround we eventually had to settle on was using the