How to change the color of shaded wire in C++
-
-
Hi @pchg ,
Sorry for the delayed answer.
For that you can use GetViewColor() and SetViewColor() functions. You can find view color IDs definitions here: VIEWCOLOR. In your specific case you'd be interested in VIEWCOLOR_SHADEDWIRE id.
Cheers,
Ilia -
@i_mazlov Thank you for your reply