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

Can i get the view name?

Can i get the view name? n = REQUEST ("Home_story", "", index, story_name)story_nameI want get view name ? I am trying to read the name of the floor plan in the view and use the IF statement. 2D ScriptIF "" = "3층 평면도" ThenTEXT2 0,0,"OK"ENDIF But This...

LeeJaeYoung_0-1655718896932.png LeeJaeYoung_1-1655719046261.png

Resolved! Saved GDL object has script that differs from original

Hello, I have created a very simple GDL object. It currently only contains a 2D script that allows the user to modify a couple of points using hotspots: FOR i=1 TO VARDIM1(points) STEP 1 _id = i * 6 HOTSPOT2 points[i][1], 0, i+0, points[i][2], 1 + 12...

BenjiDev_0-1655506185874.png

Help with dynamic hotspots counter

Hi, I want to create a simple table like in attach where I can choose numer of internal legs and give them dynamic hotspots so I can move the freely within the table (I will use values from an array after understanding the hotspot creation. I know ho...

GDL Object reads object's properties?

Hi, I'm trying to develop a GDL object to help us with our residential masterplanning projects. I need for the object's 'number of storeys' value to affect a number of things:The object's 2D and 3D appearanceAccessible by schedulesAccessible by Graph...