We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-05-09 08:54 AM - last edited on 2024-09-16 02:50 PM by Doreena Deng
Hello,
I am trying to highlight some elements to a predefined color in an add-on. The function
ACAPI_Interface (APIIo_HighlightElementsID)
Seems to match my use case perfectly, but when I use it, nothing seems to change in the 3D model. Does it still work in Archicad 26? Is there an alternative to this function?
I was following the solution from this post: https://community.graphisoft.com/t5/Archicad-C-API/Can-Archicad-Api-control-visibility-of-one-Elemen...
Solved! Go to Solution.
2024-05-13 02:33 AM
Hi,
Yes, you can use the similar function in Archicad26 below:
ACAPI_Interface_SetElementHighlight(hlElems, wireframe3D, GS::NoValue);
HTH
2024-05-13 02:33 AM
Hi,
Yes, you can use the similar function in Archicad26 below:
ACAPI_Interface_SetElementHighlight(hlElems, wireframe3D, GS::NoValue);
HTH