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

How to use DG::ModalDialog without GRC and add items to it

We have static void Do_Dialog (void){DG::ModalDialog dlg(DG::Rect(200,200,700,800));dlg.SetTitle("The Title");dlg.Invoke();} // Do_Dialog dlg created without using any GRC resource. Please anyone explains me and provides correct API to add to dlg for...

Anonymous
Anonymous
  • 3453 Views
  • 2 replies
  • 0 likes

Placing a window on a wall bug.

Hi,I add two walls and an window using the DevToolkit (12.2156).The window is placed outside the wall.I cannot attach the PLN file to to this post (over 256 KB)but I can send it for testing.Notes: 1. if I change some of the input slightly the bug dis...

Anonymous
Anonymous
  • 7594 Views
  • 7 replies
  • 0 likes

Material Setting Dialog

Hi, I have a question, I want to use some feature.In Material Setting Dialog(I don't know what's name in english version)Preview window > I want to use in new dialog(I made it)I saw API_Material structure.But i think there is no information and funct...

Anonymous
Anonymous
  • 2880 Views
  • 1 replies
  • 0 likes

Floor warning

Hi,In my add-on I add elements (walls, windows, slabs, etc) to different floors.In the end, ArchiCAD prompts a message.Information: As a result of the last operation, Elements have been addedcreated and/or changed their position on correctlyunseen St...

Anonymous
Anonymous
  • 3226 Views
  • 1 replies
  • 0 likes

Joint walls

Hi,I add two walls that have joint ending point, but ArchiCAD draws their ends like they are apart.How do I make ArchiCAD draw the walls ends correctly?I hope the following illustration explains the problem:What I Get What I Wish___________ _________...

Anonymous
Anonymous
  • 4839 Views
  • 4 replies
  • 0 likes

HotKeys catching and typing on dialog from COM dll.

I call some form from COM dll.This form has a text field and I try to enter text into.But ArchiCAD react on my typing and i cannot type text into field in my COM dialog.How can i type text on my dialog?

Anonymous
Anonymous
  • 2517 Views
  • 0 replies
  • 0 likes

How to add Add-On version info?

I was add version info next way:Add -> Resource -> Version -> Newand now ArchiCAD set next info for Add-On"The file is either not an Add-On or an outdated one that cannot be used with this ArchiCAD version."How I must to specify version info correct?...

Anonymous
Anonymous
  • 8110 Views
  • 6 replies
  • 0 likes

Memo size

Hi,I'm trying to return a number of windows/doors in a wall. I havent found a function that does this, but found a guidlist of windows attached to the wall element. Now I'm stuck on getting the number of windows. Tried this: err = ACAPI_Element_GetMe...

Anonymous
Anonymous
  • 2673 Views
  • 1 replies
  • 0 likes