Bitwreckage
Booster
since ‎2022-12-21
‎2024-12-19

User Statistics

  • 13 Posts
  • 0 Solutions
  • 6 Likes given
  • 4 Likes received

User activity

Hi, In fixing a crash issue involving our implementation of a `DG::Palette` I found this post in a forum thread: How-to-make-a-Palette-dialog-by-C-Class , which helped me solve my issue... except, building for Archicad 24 and below fails.It turns out...
In updating our code base to support ArchiCAD 28, it turns out that we are using ACAPI_Element_GetIFCPropertyValuePrimitiveType(GS::UniString&, API_IFCPropertyValuePrimitiveType*) in one place.The only mention I could find in the documentation about ...
I am struggling to update our Archicad plugin to support Archicad 27 - it seems like an issue with one or more of the header files provided in the SDK. Googling the issue, this URL turned up:https://community.graphisoft.com/t5/Graphisoft-Technology-P...
I have been investigating an issue where our Archicad plugin did not seem able to fetch doors, which were placed in the middle of a room/zone.Eventually I found that our code uses in essence ACAPI_Element_GetRelations( roomGuid, API_DoorID, &relData ...