cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Developer forum

Forum Posts

Using the Development Kit with Visual Studio 2022

Hi everyone, In the last couple of weeks we got several questions regarding Visual Studio 2022 and the API DevKit. If you try to use VS 2022 to build your AddOns, you have to keep in mind a few things. First, Archicad 25 and Archicad 26 is built with...

Resolved! How to edit parameters of the element on the scene

Seems like this piece of code is getting lights from the scene correctly, but the values are not saved into objects. What else am I supposed to do in order to change parameters on the element? Thanks for the help. GS::Array elemList; ACAPI_Element_Ge...

Anonymous by Not applicable
  • 16806 Views
  • 2 replies
  • 0 likes

VBAL::APIAttributeList design question

Hi!I am creating a dockable palette using DG:Palette. In the palette I have an attribute list based on VBAL::APIAttributeList. I am adding groups to the list with VBAL::APIAttributeListGroupItem and group content with VBAL::APIAttributeListTextItem. ...

Anonymous by Not applicable
  • 1393 Views
  • 3 replies
  • 0 likes

Resolved! BUG Report: LP_XMLConverter tool

Hi there,I think there is a bug in the LP_XMLConverter tool for ArchiCAD version 22.IF you put a normal text in one of the 16 layers of a GSM file, and convert it to XML, you will be unable to convert it back to GSM, cause the the tool will generate ...

Geometry': ambiguous symbol

Hello,I got error message below while I compiled my code.Error C2872 'Geometry': ambiguous symbol ...\acwin23.3006\modules\geometry\vector3d.hpp 403 The problematic piece of code is the following in vector3d.hpptemplatebool Geometry::Vector3::IsNear ...

Anonymous by Not applicable
  • 1789 Views
  • 0 replies
  • 0 likes

Waterhog Classic Fashion Diamond - Red Black

I upgraded my MPB from 10.11.3 to 10.15.3 Catalina. I am running AC 22 6025. When I now try to create GDL objects from scratch or edit, I get the error in both the 2d and 3d scripts. about Waterhog Classic Fashion Diamond - Red Black. What is suddenl...

tsturm by Newcomer
  • 1847 Views
  • 2 replies
  • 0 likes

Set binary 3D data to library part

For performance reasons I would like to add binary 3D data instead of scripted 3D data in the section API_Sect3DScript to a libraray part. The section API_Sect3DBinData seems to be what I need. But how can I use it?

Suppressing Warning Message Dialog Box at Opening

Hi All,I have an API which will open all the PLN files in the selected folder one at a time to process some tasks.The API works fine until when it encounters a warning message dialog box such as duplicated library parts or missing file links etc.. in...

Hoa Tu by Newcomer
  • 2375 Views
  • 1 replies
  • 0 likes

Resolved! enable / disable menu items with function

I would like to enable/disable menu items by a function.some examples where I need this:1: only if there is a window or door selected a menu item shall be enabled2: only if username and password are filled in my settings dialog the other menu items s...

Resolved! Add menu icon

I would like to add an icon to my menu entries: How can I do this?