Got a minute? We appreciate your feedback:

Graphisoft Learn survey
Archicad C++ API
About Archicad add-on development using the C++ API.

Forum Posts

New Developer Hub Migration Completed

[UPDATE] Hi all, thank you for your patience. We are happy to announce that the migration of the Developer Hub has been completed. The Developer Forum is officially retired. To get a quick overview of the new Developer Hub, kindly check out this arti...

AddOn for creating parametric diagrams in Archicad

Hello. I am trying to implement an idea of a helper addon for quick 2D diagrammatic design. It should be a sort of overlay/underlay drawing that is dynamic and accepts user input (clicks, menus, etc.).Any hints on how to start (c++ or python) are wel...

Anonymous
Anonymous
  • 1471 Views
  • 4 replies
  • 0 likes

Resolved! crash around ACAPI_3D_GetCurrentWindowSight

Hi, guys.There is something strange occurs in my add-on. I am quite sure the crash happens around ACAPI_3D_GetCurrentWindowSight when it is called for its 3rd time. I was wondering if the destructor of Modeler::SightPtr itself releases the space crea...

Anonymous
Anonymous
  • 653 Views
  • 1 replies
  • 0 likes

Resolved! Skip exclusive access by code?

Hi!So my goal is to open a file and to run some functions on the opened file. I am able to do that with catchprojectevent, but my problem is when the file is already opened. AC then asks if I want to open the file with exclusive access or as read onl...

Anonymous
Anonymous
  • 830 Views
  • 2 replies
  • 0 likes

Writing back an array

I'm working on a GDL add-on (you know, the thing you call with "open("NAME", "", ...)").What I want to achieve is to yield an array, in the best case a two-dimensional one, back to GDL.I know I have to write inside the `InputFromDataFile` function to...

runxel Legend
  • 1868 Views
  • 10 replies
  • 0 likes

Resolved! How to find ARCHICAD on a computer?

Hi, everyone.I found something confusing that there is multiple regsitry information about ARCHICAD in Registery Editor. I have installed ARCHICAD 21, 22, 23, 24. However, they are under different registry folders. I can find ARCHICAD 22, 23, 24 unde...

Anonymous
Anonymous
  • 1704 Views
  • 8 replies
  • 0 likes