cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
msimko
Participant

ACAPI_Interface (APIIo_HighlightElementsID) not showing colored elements

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...

1 Solution

Accepted Solutions
Hiromichi Shinkawa
Graphisoft
Graphisoft

Hi,

Yes, you can use the similar function in Archicad26 below:

ACAPI_Interface_SetElementHighlight(hlElems, wireframe3D, GS::NoValue);

 

HTH

Go to post

1 Reply 1
Hiromichi Shinkawa
Graphisoft
Graphisoft

Hi,

Yes, you can use the similar function in Archicad26 below:

ACAPI_Interface_SetElementHighlight(hlElems, wireframe3D, GS::NoValue);

 

HTH

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!