cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Archicad C++ API
About Archicad add-on development using the C++ API.

Calling tool directly from add-on

Anonymous
Not applicable
Hi, I am wondering if there is any way to call tool called "Intersect" directly from my add-on. I have searched entire documentation but there is no sign of such possibility. Only thing I found is directly calling SplitButton but there is separate class for this functionality in DGButton.hpp.
1 REPLY 1
Akos Somorjai
Graphisoft
Graphisoft
kostek142 wrote:
Hi, I am wondering if there is any way to call tool called "Intersect" directly from my add-on. I have searched entire documentation but there is no sign of such possibility. Only thing I found is directly calling SplitButton but there is separate class for this functionality in DGButton.hpp.
Hi,

It's not possible to call that as a function from the API. What would you like to achieve?

Best, Akos