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

Slave object followed another object

Hello,I use patches through labels so that my 2D drawings follow my 2d and 3D objects (in elevation too). My wish is to find a way to make an object followed by another object or any point : a bit like a label but containing a 3D script. Is it possib...

DG Items Class (Separator, EditSpin, MultiSelListBox)

I created a palette dialog and use some of the dialog item classes. But these three seems to not work for me.Palette declaration class MyPalette : public DG::Palette, // observers public DG::CompoundItemObserver { // dialog items DG::Separator m_sepa...

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
  • 1479 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, ...