marce80
Guest
Thank you.
I'll try to do whatever.
you were kind
I'll try to do whatever.
you were kind
I happened to differentiate the color of the texts compared to the quota lines, just set the design variable "line_style_standard" different from std_ansi (I use std_iso).I know you can't do, quotas have a unique color for text, arrows and guidelines.
You see there's always something to learn? I sprinkle the head of ashes. :biggrin:I happened to differentiate the color of the texts compared to the quota lines, just set the design variable "line_style_standard" different from std_ansi (I use std_iso).
so doing all the texts, besides those of the quotas, are of a different color.
I hope I've been helpful.
Hi.
================================================================================================================================================================================================================================================================
Pen 8!
! print the text if in the design settings "line_style_standard" is set to "std_iso"
In this way it is possible to manage the thickness of the text independently of that of the quotas (pen 2).
!
! n.b. to use this pen, in the pro-e configuration file (config.pro) you have to set the option
"use_8_plotter_pens" on "yes".
!
!associated color name: edge_highlite_color
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
pen 8 thickness 0.01 cm; color 0.0 0.0 0.0 0.0 0.0thanks to theex, it was also specified in the file of the pens of prof. and in fact it works. :finger:
in the end losing a full day between rows of pens, syscol, config and design options and changing the masks I had set at first I managed: I finally printed a bunch of harvests on the table like I wanted. :biggrin:
I hope to quickly shock all the time spent learning and to aggregate to those who tifa x proe to 360°!:biggrin: :biggrin:
Thanks again to everyone!! !
Hello... but where do I find the codes of the various colors?create or edit syscol.scl text file (or as your color file is called, set in config.pro as system_colors_file) and enter the string below:
system_edge_high_color 29.000000 88.000000000
you will have the text quotas in green (or change the color as you want)
this file must be in the pro/e boot directory
Hi.