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 read parameters of placed GDL panel in Curtian Wall?

How to read the parameter value of curtain wall panels? Curtain wall panels are made by GDL objects. The usual way (ACAPI_Element_GetMemo(guid, &memo, APIMemoMask_AddPars) of reading parameters for objects does not work, because the panels do not hav...

kuvbur by Booster
  • 600 Views
  • 2 replies
  • 0 likes

Send JSON body in HTTP request

Hi,I am trying to send data in JSON format in an HTTP request like this:GS::UniString uriString = "https://domain/api"; IO::URI::URI connectionUrl(uriString); ClientConnection clientConnection(connectionUrl); GS::ObjectState requestOs; requestOs.Add(...

dushyant by Enthusiast
  • 231 Views
  • 1 replies
  • 0 likes

Door with Profilemanager

Hi there! I'd like to point your attention to my new gdl-development using the profile-manager-profiles for door-Library-parts. My goal is, to get out the most from very few user-actions. For me - the only 2 variables for a Door should be the egress-...

Global User Variables

I am trying to set up a system where a number of different GDL objects can access common values. These values need to be accessible for updating with all the connected objects following the changes. I have a set up using MVO and the objects pulling v...

Resolved! Changing Length with Python

Hello everyone, I've been trying to edit walls with the Archicad Python Wrapper and i had success changing the 'General_Height'and 'General_Thickness' of a wall, but 'General_Length' appears to be a read-only property. It appears as 'General_Width' i...

Dayiz by Booster
  • 612 Views
  • 2 replies
  • 0 likes

TEXTBLOCK lines height adjustment

I've been putting up a custom schedule in GDL to list finishes of a project out of surfaces, and it seems to be working all fine, but I would like to have the text block lines a bit closer to each other. Is there a height factor to be applied to text...

pedrocollares_0-1635875388855.png

Rhino inside Revit & Grasshopper Archicad connection

Hi,Are you keeping an eye on how fast Rhino inside Revit is developing? It is maturing really, really well. When I first saw the Grasshopper Archicad connection it was long before the Rhino Inside Revit project started. Unfortunately, Archicad GH dev...

AndrewGO by Participant
  • 1101 Views
  • 3 replies
  • 1 likes

Param-O Value of a variable in range

Hello Community!I am looking for a way to lock the value of a parameter in range without going into GDL code (in Param-O). I would be grateful if someone could share the solution to this problem,Best regards,Rafał Rucki.

rav668 by Participant
  • 368 Views
  • 2 replies
  • 0 likes