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

Resolved! "walhole" not working

For some reason the "WALHOLE" comand is not working to make custom wall openings. Where can one chose, eg. slab, to be editable or not?

GSM extension file

Hi, Is there a new way or method to read imported .gsm exension files in Archicad 25?

Mjules by Mentor
  • 2461 Views
  • 14 replies
  • 0 likes

HTTP Request

HiI need to make a HTTP request with the GET method, in this form:https://someurl.com/api/somecode?param1=val1¶m2=val2Request prepared as:request = GS::StaticCast (clientConnection->CreateRequest ());There was some example which takes the requestMeth...

dushyant by Enthusiast
  • 403 Views
  • 2 replies
  • 0 likes

Create a new Model View Options

Hi,In a custom Add-On i try to create a new custom Model View Options. Using the "ACAPI_Attribute_Get" i can get access the API_Attribute properties and in that properties i can get any specific Model View Options related properties. But when i try t...

Jahidur by Participant
  • 344 Views
  • 1 replies
  • 0 likes

Resolved! drawing title object not working in AC25

We have been using a custom drawing title object since AC20 with no issues. Now that we are using AC25, the title is behaving correctly ON SCREEN, but when we print or save as PDF, the title object displays the information for ALL drawings on the lay...

Screen Shot 2021-09-15 at 3.28.30 PM.png Screen Shot 2021-09-15 at 3.29.02 PM.png
jkershaw by Enthusiast
  • 1320 Views
  • 8 replies
  • 0 likes

store selection sets as .mod

Hi, i got a hint to ask in this forum for a solution to store selection sets as .mod files using some sort of code.Unfortunatly with the Python API it is not possible to do that. But the Idea of a Design Forum memver was to use some sort of C++ Add-o...

vr by Participant
  • 390 Views
  • 1 replies
  • 0 likes

store selection set as .mod

Hi, currently we are working on housing projects with appartment-types. those are beeing saved as .mod files and importet to our floorplans as hotlinks. as those projects are getting bigger and bigger, the number of appartment-types is rising and i t...

vr by Participant
  • 1102 Views
  • 8 replies
  • 0 likes

object - plumbing point for basin

Hey folks, Trying to create some new basin object that have the plumbing point attached. Trying to get the plumbing point to display on one level below, so if the basin moves than the plumbing point in the slab plan will go with it. At the moment the...

tomyg by Booster
  • 786 Views
  • 6 replies
  • 0 likes