SzokeFerenc
Booster
since ‎2022-04-22
11 hours ago

User Statistics

  • 17 Posts
  • 1 Solutions
  • 4 Likes given
  • 3 Likes received

User activity

Hi Everyone! I'm experimenting with the ACAPI_Attribute_GetAttributesFromProject function. And I'm getting strange results, I want to ask you what am I doing wrong? Here's the code I'm trying to run:GSErrCode err = NoError; for (GS::USize i = 0; i < ...
Hello Everyone! I'm trying to make a dialog with a SingleSelListView that shall list Favorites to choose from. If I'm launching the add-on from floor plan view the preview images of the favorites are visible. When I'm launching the add-on from a sect...
Hello Everyone! Is there a method/function in the Archicad API to use to separate cut section elements from non cut section elements in a section view/section database? Any help or guidance is appreciated!
Hello Everybody! I'm developing an add-on that sets classification of items. It iterates an array with element GUIDS and classification GIUDS and sets the element to the matching classification. I use the ACAPI_Element_AddClassificationItem function ...
Hello Everyone! Please give me hints if there's a structure or method in the API which stores info or retrieves info about the cut geometry (especially the cut suface contours) of elements in section views. If I make an inventory of the elements pres...