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...

Where are the default light controls?

A long time ago I have scripted some simple lamp objects in which the basic light control are shown in the settings dialog box (attached image). The UI script of this object is blank; the controls show up by default, simply because it is classified a...

Durval by Booster
  • 1462 Views
  • 9 replies
  • 0 likes

Can I use multiple threads to read archicad data?

Hi! I am currently doing something similar to the ModelAccess_Test sample plugin. On very large files, it's quite slow.I know archicad probably isn't thread safe, but is it safe to use multiple threads to read elements, their attributes and content, ...

2D View Issue

Hello,I just recently started figuring out the basics for GDL scripting. From what I've read, if there is no 2D script, then the 2D symbol is what should be displayed in the 2D view. For a recessed light fixture, I deleted the 2D script and drew the ...

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

NCS Indicator -- Revised

I am writing a Add-On to just place a NCS Indicator Label. Unfortunately the code will only place the default label and ignores anything else. I can't figure this out because, using the exact same code, -- just changinge the type ,index, guid etc. it...