Set up simulation Loads/Constraints color
I search for any API function that set up color for simulation objects like constraints and loads, default creation dialog provide this. I found only example for Creo Parametric objects, try to use it for Simulation but it have no effect.
ProColor yellow;
yellow.method = PRO_COLOR_METHOD_RGB;
yellow.value.map.red = 1.0;
yellow.value.map.green = 1.0;
yellow.value.map.blue = 0.0;
ProGraphicsColorModify(&yellow,NULL);
example or API function name will be useful, thanks.
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

