ReignBough
Enthusiast
since ‎2013-05-29
3m ago

User Statistics

  • 164 Posts
  • 4 Solutions
  • 2 Likes given
  • 7 Likes received

User activity

Getting this message on the crash breakpoint: Critical error detected c0000374A breakpoint instruction (__debugbreak() statement or a similar call) was executed in Archicad.exe. This happened here: GS::Array& hotlinks;//.. more codes here that retrie...
I am trying to get the parent/owner wall of the object I created using Design > Design Extras > Accessories > Wall Accessories. When checking the objects structure, these values are zeroes: typedef struct { // ... API_ElemType ownerType; API_Guid own...
We have an add-on with a DG::PopUp that works on Win10 below using SetSize() and SetRect(). But when we use the add-on on a Win11, the popup did not show. I tried modifying the code using SetPosition(), SetWidth(), and SetHeight() instead, and the po...
I am trying to dimension an object (elevation view), I used the following:Get the element (API_SectElem).Call ACAPI_Element_GetHotspots to get hotspots.Set values for dimension (API_DimensionType).For each API_DimElem (on memo) of that dimension, set...
I am trying to create a wall accessory (subtype: Model Element > Building Element > Covering > Accessory > Wall (Accessory)) that is fixed to the wall. It will always be the same length as the wall. (Base length only. The object have A and B offset t...