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

Overriding element creation buttons

Hi!I am new at developing in the Archicad API, and I have been assigned to write a plug-in for it.One of the core functionalities of it is being able to pull pre-parametrized elements from a side menu. I found the ACAPI_Create_Element would be useful...

Anonymous
Anonymous
  • 1289 Views
  • 2 replies
  • 0 likes

Auto-generation add-on for column CAD compatibility

I'm still an API beginner. I've been dealing with C ++ 10 years ago.Area(or Zone) and text were created by inserting the precast columns and column name layers drawn in CAD drawings using merge to worksheet function.I want to create an add-on that us...

Anonymous
Anonymous
  • 6465 Views
  • 24 replies
  • 0 likes

Old extensions

Can I somehow use my old extensions in Archicad 21? Some company have their own product-specific extensions, but only for ac19, ac20, is there any possibility?

Anonymous
Anonymous
  • 1529 Views
  • 1 replies
  • 0 likes

Issue with getting the opened project's name

Hello,I'm trying to get the current opened project's name. Here is my code, which should work according to the documentation, but it doesn't seem to work: GSErrCode err; API_ProjectInfo info; err = ACAPI_Environment (APIEnv_ProjectID, &info, nullptr)...

Anonymous
Anonymous
  • 1648 Views
  • 2 replies
  • 0 likes

template for export plugin

Hey everyone,is there a template for writing an exporter plugin for customizing the 3d-export from archicad? The reason is, that ArchiCAD exports quite a lot of 3d-formats but the open formats all seem to miss some information at some point.Im lookin...

Anonymous
Anonymous
  • 823 Views
  • 1 replies
  • 0 likes