We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

gunners6522
Contributor
since ‎2020-04-02
‎2022-08-03

User Statistics

  • 14 Posts
  • 0 Solutions
  • 1 Likes given
  • 1 Likes received

User activity

From the API 26 Development Kit example add-ons, the Automate_Functions project fails when performing "Do_Save_PdfFile". To be more specific, this method returns APIERR_REFUSEDCMD: ACAPI_Automate (APIDo_SaveID, &fsp, &pdfPars);
When testing the Communication_Manager example add-on in Archicad 25 version 3011, the add-on crashes when choosing the option "Save External Files as DWG". The add-on crashes inside "Do_CallExternalSaveAsDWG" when making the call: ACAPI_Command_Call...
I'm using the Archicad browser control with the "Browser_Control" example. The example project works as intended and javascript can communicate to the browser control through the registered javascript objects from the example ("GetSelectedElements", ...
I've have tried to figure out how to utilize APIDb_GetOffsetID in my plugin, but I can't seem to figure out how to use it. When I try to get the offset in a project, the returned value is always (0, 0), which probably makes perfect sense. My question...
I would like the functionality in my add-on to switch database/window to a 3D View from the Project Navigator. I have tried to use APIDo_GoToViewID, with the guid of a NavigatorItem of type API_ProjectMap and API_PublicViewMap, but the function keeps...
Likes given
Likes received