Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

How to set GDL parameter from addon?

Andor Kocsis
Contributor

Hi!

 

It will be great to find an example of how to set GDL's parameter from the addon. If there is an example in the SDK's "Examples" folder, I cannot identify which one. Could someone help me out, please?

 

Thx,

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
blackd3er77
Contributor

Hi,

You can take a look at the "Element_Test" example, maybe with the below command. The stair and railing parts are GDL objects.

blackd3er77_0-1631008614395.png

 

View solution in original post

3 REPLIES 3
Solution
blackd3er77
Contributor

Hi,

You can take a look at the "Element_Test" example, maybe with the below command. The stair and railing parts are GDL objects.

blackd3er77_0-1631008614395.png

 

Andor Kocsis
Contributor

Yep, I found ACAPI_Element_ChangeParameters() there, thx.

So glad when you can solve your issue.