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

Activate build-in addons functions with the API

yahavsa
Contributor

Hello

Is there a way to activate functions from build-in addons in the Archicad?

For example, activate a function from the "Secondary Dimensions" build-in add-on or any other function from any other add-on

Thanks

Windows 11, Visual Studio 2019, ArchiCAD 26, C++

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Joel Buehler
Enthusiast

hehey waht you want to do falls under the communication manager

 

https://archicadapi.graphisoft.com/documentation/communication-manager

 

but, you have no knowledge over other add-ons and their interface, when someone else created them.

they outline this problem quite good:

 

"It is absolutely necessary to provide developer documentation for each add-on which publishes its interface. This document should give details what the functionality of the entry point is, what parameters can be passed, how they are interpreted and what return vales are provided."  

 

i've never seen any documentation about any add-ons... =( 

View solution in original post

1 REPLY 1
Solution
Joel Buehler
Enthusiast

hehey waht you want to do falls under the communication manager

 

https://archicadapi.graphisoft.com/documentation/communication-manager

 

but, you have no knowledge over other add-ons and their interface, when someone else created them.

they outline this problem quite good:

 

"It is absolutely necessary to provide developer documentation for each add-on which publishes its interface. This document should give details what the functionality of the entry point is, what parameters can be passed, how they are interpreted and what return vales are provided."  

 

i've never seen any documentation about any add-ons... =( 

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!