Set model edges Color to "Contrast With Part"

Maxim-CADman77
Advisor
Advisor

Set model edges Color to "Contrast With Part"

Maxim-CADman77
Advisor
Advisor

I'd like to know if there any easy way to set model edges Color to "Contrast With Part" or I need to calculate the color code (?as inversion to model body color code?) on my own?

0 Likes
Reply
291 Views
4 Replies
Replies (4)

tyler.warner
Advocate
Advocate

Hey @Maxim-CADman77 , this should work, just change the selection in the picture below to match "Contrast to Part".

tylerwarner_2-1663252502630.png

 

tylerwarner_1-1663252438816.png

 

 

If this solved your problem or answered your question, please click ACCEPT SOLUTION.
If this helped you, please click LIKE.
0 Likes

Maxim-CADman77
Advisor
Advisor

Hey @tyler.warner 
... with all the respect ... and valuing your attempt to help ...

... but this forum section is devoted to API (Programming Interface) questions, and my question is not an exception (I do know how to get the desired manually by means of User Interface).

0 Likes

JelteDeJong
Mentor
Mentor

This will set the model edges to  "Contrast with part"

ThisApplication.DisplayOptions.EdgeColor = Nothing

 

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

0 Likes

Maxim-CADman77
Advisor
Advisor

@JelteDeJong 
After executing this line in Inventor 2023.1 I got "Model edges" option set to "Contrast with Background" (not "... with Part")

0 Likes