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

Getting openings from marquee selection

I am trying to get only openings(windows/doors) from the Marquee Selection, using function ACAPI_​Selection_​Get the problem is that it only retrieves walls that are owners of those winows/doors. It is possible to get such selection from archicad whe...

Anonymous
Anonymous
  • 2913 Views
  • 5 replies
  • 0 likes

Override rules creation

Hi,I am digging in the Override_Test example project to see what the API lets us do in this field. I am very surprised to realize that rules creation implies creating manually then saving their criterions as an XML string. API_OverrideRule rule; rule...

Anonymous
Anonymous
  • 6216 Views
  • 12 replies
  • 0 likes

ArchiCAD API and Visual Studio 2015

Hi,I am new to development with ArchiCAD API. I don't have VS 2010 so I tried to recompile the examples in the API DevKit 20 with VS 2015 but it failed. I think it is because it uses the updated VC++ librairies.I read on the ArchiCAD API twitter that...

Anonymous
Anonymous
  • 7729 Views
  • 18 replies
  • 0 likes

[SOLVED] Opening text file into add-on

Hi everybody!I am new to archicad and C++. I am developing the add-on on x-code 8.3.2. The add-on is for my company, which will import materials and build ups from text file. Now I have a struggle and I can't find any method in the API for opening si...

Anonymous
Anonymous
  • 3132 Views
  • 5 replies
  • 0 likes

Archicad API in .NET???

Just a question from a noob: Would it make sense an Archicad API in .NET?? would this make easier to develop connection plugins in other platforms like Grasshopper?Would it make sense to wrap ArchiCAD C++ library to other languages?Cheersaitor

leceta Expert
  • 10822 Views
  • 25 replies
  • 0 likes

Global Variables

Just wondering if it would be possible to create a series of global variables or properties which could be accessible by any other ADD-Ons and exist for the life of the Plan? If so, could those same global properties be used to reference that info wi...

[SOLVED] Full & Compact Element ID in Zone

Where is this "Compact Element ID" information stored?In Archicad it is found in a Zone Settings under Categories and Settings -> ID & Categories.In the same group I see the following data (im using the CHE Version):Element Classification: RoomID-Nr....

Anonymous
Anonymous
  • 3043 Views
  • 3 replies
  • 0 likes