cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
BerndSchwarzenbacher
Advisor
since ‎2021-04-07
2 weeks ago

User Statistics

  • 506 Posts
  • 94 Solutions
  • 441 Likes given
  • 217 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 Archicad 29 is attached. Yo...
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, &railingList, APIFilt_IsEd...
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 AC27 but in the meantime al...
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 find anything that suggest ...
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 only for Release builds) t...
About
Automatic Archicad with Add-Ons, GDL-Objects & Python since 2021