ReignBough
Enthusiast
since ‎2013-05-29
‎2024-02-18

User Statistics

  • 163 Posts
  • 4 Solutions
  • 2 Likes given
  • 6 Likes received

User activity

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...
I created a code that is inside undoable block. This code generates texts, lines, and hatch (fill) on a worksheet. I can see that those items were generated. (I use APIDo_ZoomID so that the items will be visible every time.) After generating all the ...