AdrielValdez
Aerospace
- Mar 27, 2023
- 3
I am programming a journal that must find a note in a draft and apply a color, I have everything ready except for the color assignment. I am using this draftingNoteBuilder1.Style.LetteringStyle.GeneralTextColor = workPart.Colors.Find("Pale Sky") but in different versions of NX apparently does not find that color name and gives me errors, so I would like to know if there is a way to apply color using the ID of the color and not the name, or even better apply color using RGB.
Thank you.
Thank you.