Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hey all,
Just went from 5.0 to 6.0.1.0 and now when we edit definitions while a cross section is activated. We get a blue cross section color. Like the whole section is blue with no definitive part outlines to be seen. Pretty terrible when trying to re-constrain interior parts of an assembly.
Anyone else run into this or know of a way to change how an X-Section looks?
Solved! Go to Solution.
We're running into this too, but only on certain assemblies. Looks like it's a known bug and has been corrected in 6.0.4.0 (due out sometime this month.)
I don't know if it's done the same way in the latest Creo, but there is a file I use to define specific colors for things, called "syscol.scl".
Inside that file is a line that says
alias_sec_dim_strong_color_to system_letter_color
And to use that file I have a callout in my "config.pro" file that states
system_colors_file c:\ptc\DefaultFiles\syscol.scl
The trouble with color specifications is it's like an arcane art. There isn't anywhere that I've been able to find where you can get a list of the things you can specify in the "syscol.scl" file and what they mean. Any other specifications I've set were copied from other people's files, etc.
If anyone knows of a reference somewhere from the dark recesses of time that gives me a list of these things, it would be really helpful...
I've tried changing all the colors in appearances that were the blue color, to something else. To no avail...
Also gone into the Syscol.scl file and tried changing the "SYSTEM_SECTION_COLOR" This did not change the blue when editing components with the cross section active...
We're running into this too, but only on certain assemblies. Looks like it's a known bug and has been corrected in 6.0.4.0 (due out sometime this month.)
Yes 6.0.4.0 has resolved the blue cross sectioning when re-constraining a part!
I think I found a workaround for this issue with a config setting, but I am not sure what the setting actually does. I added config setting "graphics win32_gdi" to my config.pro and the issue went away.
I am not sure what other things this setting might be affecting. I looked through the Configurations Options document and it is not listed.
I am running Creo 6.0.3.0
If the "graphics win32_gdi" option fixes your problem, that means you have a graphics card/driver issue. The option is used for troubleshooting graphics card issues. You MAY have performance issues with Creo if you continue using the option.
Try updating your graphics card drivers AND remove the "graphics win32_gdi" option from your config to see if you can correctly solve your issue.
You are correct.