cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Bitwreckage
Booster
since ‎2022-12-21
‎2025-03-21

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 that the header file `Su...
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 this disappearance was on...
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-Preview/API-PenType-dataty...
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 ) to get all doors belong...