SzokeFerenc
Booster
since ‎2022-04-22
Online

User Statistics

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

User activity

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...
Hello Everybody! I'm experimenting with the ACAPI_Navigator functions. My question is why does included code part only find navigator items with type: API_StoryNavItem, API_PerspectiveNavItem and API_AxonometryNavItem?GS::Array possible_items; possib...