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 group items in list view

Hello,I would like to know how i can achieve grouping of list items in my list view. I attached an image to show what I want to achieve.I need to use the code in c++. I know how to make a normal list view: // -----------------------------------------...

Anonymous
Anonymous
  • 4739 Views
  • 4 replies
  • 0 likes

[SOLVED] Geometry::Polygon2D to Polygon2DData in AC18?

Hi, I used following code to convert Geometry::Polygon2D to Geometry::Polygon2DData in AC 17. Geometry::Polygon2D polygon2D; Geometry::Polygon2DData polygon2DData; polygon2D.Convert(polygon2DData); This Convert function is removed.Any ideas how to do...

Anonymous
Anonymous
  • 1822 Views
  • 2 replies
  • 0 likes

[SOLVED] Cannot open include file: 'stl/_prolog.h'

Hello,it is a long time since last time here. I'm porting our AC Addon to v.18 and I'm getting this compile error:api development kit 18\support\modules\gsroot\STL/algorithm(31): fatal error C1083: Cannot open include file: 'stl/_prolog.h': No such f...

Anonymous
Anonymous
  • 2108 Views
  • 1 replies
  • 0 likes

Saving User Data to an element

HI.I have the ACAPI_Element_GetUserData/SetUserData functions working however I am unsure how to save the info so it can be retrieved after the Archicad file has been saved & closed. The user data is lost when Archicad project is opened again

Anonymous
Anonymous
  • 1498 Views
  • 1 replies
  • 0 likes

[SOLVED] Convert API_Guid to GS::UniString or char array

HiI need to send Element guid to web service.Here guid is a struct struct API_Guid { UInt32 time_low; unsigned short time_mid; unsigned short time_hi_and_version; unsigned char clock_seq_hi_and_reserved; unsigned char clock_seq_low; unsigned char nod...

Anonymous
Anonymous
  • 2798 Views
  • 3 replies
  • 0 likes

How to create a browser inside of ArchiCad

Hi there I have created an add-on for ArchiCad 18. I want to create a browser inside of ArchiCad like ArchiCad youtube channel or BIM object. My main concern is open browser inside of ArchiCad and get information from page and use it in my code. Is t...

Anonymous
Anonymous
  • 1308 Views
  • 0 replies
  • 0 likes