2023-09-18 05:04 PM - last edited on 2024-09-16 02:18 PM by Doreena Deng
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++
Solved! Go to Solution.
2023-09-19 12:35 PM - edited 2023-09-19 02:22 PM
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... =(
2023-09-19 12:35 PM - edited 2023-09-19 02:22 PM
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... =(