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...

Is it possible to print a pdf with the ArchiCAD API

Hello dear dev community, I'm a new ArchiCAD API developer, and I'm trying to know if it's possible to print a PDF or export a pdf of an ArchiCAD project, plan, or document, and where I can find some documentation about it. I saw a post on this forum...

Anonymous
Anonymous
  • 715 Views
  • 2 replies
  • 0 likes

Resolved! Where is the BMModifyHandleState function?

Hey, according to the docs, we have to lock the handle's memory before accessing it (I guess to avoid race conditions with the memory manager during memory relocation). To do this we have to call BMModifyHandleState and set the state to locked. Howev...

Anonymous
Anonymous
  • 461 Views
  • 1 replies
  • 0 likes

Export DWG with code?

HelloI want to exports DWG file with API.I didn’t find a way to do it.Thanks in advance!Edit:I was able to do that with the example in the MSDN at ACAPI_command_externalcall

Anonymous
Anonymous
  • 403 Views
  • 0 replies
  • 0 likes

MFC usage with Archicad Add on

I have created add-ons for 4 other CAD/3D applications, and have a complex set of MFC based dialogs already built.I would like to use those same dialogs for an Archicad Add On. Looking at the forum, there does not seem to be support for this? Has any...

Anonymous
Anonymous
  • 1008 Views
  • 4 replies
  • 0 likes

FileDialog Options button

Hi All,Howto add Options button on DG::FileDialog?I didn't found any usable info in documentation.

Anonymous
Anonymous
  • 394 Views
  • 0 replies
  • 0 likes