Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
Set in your config.pro the variable system_hidden_color followed with three decimals representing the intensity of the RGB value. (Red Green Blue). Remark: Those decimal values are percentages not the exact RGB-value (= between 0 and 255), if you want 60% of the green color and 60% of the blue color you have to set:
system_hidden_color 0 60 60
... in your config.pro and the result will be that the hidden lines arein an bleu/grey color.
so if you like a green color for your hidden lines, put system_hidden_color 0 100 0
in your config.pro.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.