Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

customize colour of hidden lines

  • Thread starter Thread starter paoloz
  • Start date Start date
Status
Not open for further replies.
P

paoloz

Guest
Hi all,


Is it possible to change the colours of the lines in my drawing?


For example, I want to customize the hidden lines in green for all my new drawings.


Which variable should I set?


Bye,


Paolo
 
Yes there is such a config.pro setting !!
smiley1.gif



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.


Regards,
FDDesign
Edited by: FDdesign
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top