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

ProfileVectorImage question

Hi, Looking to find ways to export/share custom profiles. I see that ProfileVectorImage (PVI) has a `WriteXML` method but this doesn't seem to do anything despite trying with a valid xml location Does anybody have an example, or a hint as to how I wo...

Arun R by Participant
  • 87 Views
  • 0 replies
  • 0 likes

Resolved! xml pen-set attribut-number

Hello together Following Use-Case: We want to change the order of our pens in a pen-set. It's possible to change the index of a pen-set directly in the attribute manager, why not the index of pens? Anyway we saved an xml and changed all the indexes a...

bimdo by Booster
  • 124 Views
  • 2 replies
  • 0 likes

How to operate Guide Line with API

You are often welcomed on this forum. This time, I wanted to use the API to operate Guide Line.I looked up the API manual and searched for samples, but I couldn't seem to find a function to operate Guide Line.I would appreciate it if you could let me...

Resolved! cmake -DAC_ADDON_LANGUAGE option

Hello. This may be rudimentary, but let me ask you a question.I am using visual studio 2019 and am in the process of creating an addon for archiCAD25.When I set the AC_ADDON_LANGUAGE option to "JPN" when creating a project with the cmake command, the...

Wallblock Edges

Hi all, Anyone have some insight into how to get WALLBLOCK2{2} working? Trying to reference the Plaster Turn macro does not give much insight... Not enough edges in generatrix.WALLBLOCK2{2} 5, 2, 2,8 * (bLocalFill | bFitToSkinFill) + 32 * bFitToSkinF...

Resolved! Library_Master for centralized data

I am writing a keynotes system based on text files loaded into the project library. I am curious if there is a way of centrally setting a value (or more specifically, an array), using the Library Master object, which could then be used by all my keyn...

s_p_b by Contributor
  • 189 Views
  • 3 replies
  • 1 likes

Exception when using libcpr library

Hi!I'm getting an Archicad breakpoint exception that closes the program when using libcpr library.In my plugin example, I have the following simple HTTP GET request: cpr::Response r = cpr::Get(cpr::Url{ "http://www.httpbin.org/get" }); This code work...

Call an object from an object?

Hi, Tried to call a 3D text object from the zone stamp but it only shows up like an empty rectangle in 2D and nothing in 3D...!? Any idea what I did wrong? CALL "3D-text 25" PARAMETERS textcontent = "Hello", gs_font_size = 10 It must be that the zone...