I found some snippets of code to change colors of features in a Catpart PartBody via Knowledgeware. Where can I find the numbering code for particular colors? Here are some snippets that I am going to try to use to make this work in my Catpart:
PartBody\Cylinder.Color = "#272727" (I believe these are just RGB color codes which is probably what I will try to use)
PartBody\ColorRing.Color = "Yellow" (I think this is just a basic color that Catia recognizes without needing the RGB code?)
PartBody\ColorRing.Color = "#FFA500" (this is an orange color but not sure where this color code comes from?)
PartBody\Cylinder.Color = "#272727" (I believe these are just RGB color codes which is probably what I will try to use)
PartBody\ColorRing.Color = "Yellow" (I think this is just a basic color that Catia recognizes without needing the RGB code?)
PartBody\ColorRing.Color = "#FFA500" (this is an orange color but not sure where this color code comes from?)