cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Developer forum
GDL coding questions, Python and add-on development using the API Dev Kit.

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

Programing language and Archicad

I will post this general question here as I was wondering for the future, what would you prefer to learn as a programing languange and implement it in the Archicad environment? There are currently many languages such as python, c#, c++,... but to wha...

agroni by Contributor
  • 2503 Views
  • 8 replies
  • 0 likes

Introduce my add-on

https://github.com/Soonbum/MaxBIMThank you, everyone.Last month I asked some questions on the developer forum and I got a lot of help.This is my Github link.Please refer to my source although it is not enough.

Visual Studio Template

Has a VS template for archicad 24 C++ example template been released? And if so where can I find it?

Using the ModelerAPI

Can anybody give me some pointers about the ModelerAPI api?I've started experimenting, with the given ModelAccess example addon and read all the info (not much sadly) on this forum about the topic, but no success. The code below seems to be working, ...

Anonymous by Not applicable
  • 1508 Views
  • 6 replies
  • 0 likes

How to update Drawing?

I want to save layoutbook as pdf after updating drawing that connected viewmap.But, drawing is not update when I change window to layoutbook using APIDo_ChangeWindowID.I get API_Element using API_DrawingID and change that.Drawing is changed, but they...

Anonymous by Not applicable
  • 903 Views
  • 4 replies
  • 0 likes

Large Font

Hi.I am trying to add some dialog boxes for my add-on. However, "Large Font" still seems too small for me. How could I make the font larger? Could you please help me?Thanks in advance.

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

Resolved! Creating surface attribute

Hello,I'm trying to create new surfaces from scratch using custom textures (Basic Engine only).So far I got through setting up the library folder for texture images and creating API_Texture attribute with API function. However, I'm constantly getting...

Lk_ by Participant
  • 679 Views
  • 2 replies
  • 0 likes