cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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.