Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Open/Save/Close Project in the background?

Anonymous
Not applicable
Hello,

I use ACAPI_Automate with APIDo_OpenID, SaveID and CloseID to open the default template project (didn't work with APIDo_NewProjectID), import a wall from a text file, save the project and close it and repeat the process many times. Is there any way to do this in the background to achieve more speed, I don't need to be able to see what is going on on the screen?
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
MOREH Tamas
Graphisoft
Graphisoft
Hello,
Sorry, neither the API nor the ARCHICAD can open a plan in the background. But if it could, it wouldn't be faster, because the logical part is the slow, not the user interface.

View solution in original post

1 REPLY 1
Solution
MOREH Tamas
Graphisoft
Graphisoft
Hello,
Sorry, neither the API nor the ARCHICAD can open a plan in the background. But if it could, it wouldn't be faster, because the logical part is the slow, not the user interface.