cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
BerndSchwarzenbacher
Advisor
since ‎2021-04-07
7 hours ago

User Statistics

  • 500 Posts
  • 92 Solutions
  • 415 Likes given
  • 205 Likes received

User activity

Hi! For my fellow developers I'm sharing my updated minimal template for Archicad 29. It includes as little as possible (no properties, only single attributes where necessary etc.) to ensure fast loading times when testing Add-Ons. The version for Ar...
Hi, I'm struggling with moving the vertices of a railing. Here's a minimal example of the code I'm using: err = ACAPI_CallUndoableCommand ("Move Railing Test", [](){ GS::Array railingList{}; GSErrCode err = ACAPI_Element_GetElemList (API_RailingID, &...
Hi!I'm developing an Archicad Add-On for client of mine and we are facing a Teamwork issue for a long time. Unfortunately the Developer Support wasn't yet able to help us and it's been a while since we got an answer. Originally it only occurred in AC...
Hi! Is there a way to get notified via the C++ API when another user sends you a message / requests some elements? I've checked the parts of the API documentation where I'd suspect such behavior (Teamwork Module, Notification Manager) but couldn't fi...
Hi!I've come across this weird issue where Archicad crashes in my Debug builds when I request the OrganizationId of the user. I was able to pinpoint that the issue only happens when linking to ACAP_STATD.lib. If I use ACAP_STAT.lib (as I usually do o...
About
Automatic Archicad with Add-Ons, GDL-Objects & Python since 2021