| Author |
Message |
Pierluigi Diletti
Guest
|
Posted:
Fri Sep 16, 2005 4:10 pm Post subject:
Drawing File and PDF |
|
|
Creating a PDF file from a ProE (WF2) drawing,
I obtain a document with different line thickness :
visible geometry with heavy thickness,
dimension, texts and tangent line with light thickness.
I'd like to get a same light thickness for all elements.
I tried to change colors to geometry unsuccessfully.
Any idea ?
Thanks in advance
Pier
|
|
| Back to top |
|
 |
David Janes
Guest
|
Posted:
Sat Sep 17, 2005 4:10 pm Post subject:
Re: Drawing File and PDF |
|
|
The Help files, Fundementals module, has some explanation of pen table files and
alternatively, how to ensure that Pro/e uses system colors to determine plotted
line weights. I'm sure this information is communicated to the postscript file and
then to the PDF translation.
BTW, if you get it figured out, could you post the solution here?
--
David Janes
| Quote: | "Pierluigi Diletti" <pdiletti@tiscali.it> wrote
Creating a PDF file from a ProE (WF2) drawing,
I obtain a document with different line thickness :
visible geometry with heavy thickness,
dimension, texts and tangent line with light thickness.
I'd like to get a same light thickness for all elements.
I tried to change colors to geometry unsuccessfully.
Any idea ?
Thanks in advance
Pier
|
|
|
| Back to top |
|
 |
Pierluigi Diletti
Guest
|
Posted:
Mon Sep 19, 2005 4:10 pm Post subject:
Re: Drawing File and PDF |
|
|
I only tried to create a xxxx.pnt file with the following line.
pen 3 drawing_color
It works !
The thickness of the lines is right for printing.
Thanks
Pier
"David Janes" <djanes@cox.net.inseliges> ha scritto nel messaggio
news:37XWe.80297$DW1.78761@fed1read06...
| Quote: | The Help files, Fundementals module, has some explanation of pen table
files and
alternatively, how to ensure that Pro/e uses system colors to determine
plotted
line weights. I'm sure this information is communicated to the postscript
file and
then to the PDF translation.
BTW, if you get it figured out, could you post the solution here?
--
David Janes
"Pierluigi Diletti" <pdiletti@tiscali.it> wrote
Creating a PDF file from a ProE (WF2) drawing,
I obtain a document with different line thickness :
visible geometry with heavy thickness,
dimension, texts and tangent line with light thickness.
I'd like to get a same light thickness for all elements.
I tried to change colors to geometry unsuccessfully.
Any idea ?
Thanks in advance
Pier
|
|
|
| Back to top |
|
 |
@ tiscali.it
Guest
|
Posted:
Tue Sep 27, 2005 12:10 pm Post subject:
Re: Drawing File and PDF |
|
|
Pierluigi Diletti wrote:
| Quote: | Creating a PDF file from a ProE (WF2) drawing,
I obtain a document with different line thickness :
visible geometry with heavy thickness,
dimension, texts and tangent line with light thickness.
I'd like to get a same light thickness for all elements.
I tried to change colors to geometry unsuccessfully.
Any idea ?
Thanks in advance
Pier
|
Here the configuration file that I am using:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!__PRO/E SYSTEM IDENTIFIER_______!____COLOR______!_ENTITY_______________________
!! attention_color ! dark green ! sheet_metal
!! background_color ! black ! NOT USED
!! datum_color ! brown ! reference entities
!! dimmed_color ! dark gray ! tangenti
!! drawing_color ! white ! std drawing lines
!! edge_higlite_color ! green !
!! half_tone_color ! gray ! Hidden Lines
!! highlight_color ! dark red !
!! letter_color ! yellow ! campiture,scritte,linee guida
!! magenta_color ! purple !
!! presel_highlight_color * ! cyan !
!! preview_geom_color * ! yellow !
!! quilt_color ! magenta !
!! secondary_preview_color * ! pale yellow !
!! secondary_selected_color * ! orange !
!! section_color ! blue ! Sketch entities
!! selected_color * ! red !
!__PRO/E SYSTEM IDENTIFIER_______!____COLOR______!_ENTITY_______________________
!!
!! System identifiers marked with* are reserved for specific purpose
!! and should not be assigned to other uses.
!!
!Pen 1 should be unassigned
!All entities wich color is not mapped to a system identifier
!will use this pen as default, the width specified on the entity
!will be used as line width.
!pen 1 color 0.0 0.0 0.0; thickness 0.010 cm;
pen 1 color 0.0 0.0 0.0;
secondary_selected_color=orange
pen 2 color 0.0 0.0 0.0; thickness 0.010 cm;
datum_color;dimmed_color; presel_highlight_color; secondary_selected_color;
!letter_color=yellow; preview_geom_color=yellow; secondary_preview_color=pale yellow
;
pen 3 color 0.0 0.0 0.0; thickness 0.018 cm;letter_color;
preview_geom_color; secondary_preview_color;
!Hidden Lines half_tone_color=gray ;
pen 4 pattern 0.05 0.05 cm; color 0.0 0.0 0.0; thickness 0.018 cm; half_tone_color;
!section_color=blue
pen 5 color 0.0 0.0 0.0; thickness 0.035 cm; section_color;
!attention_color=dark green; drawing_color=white; edge_higlite_color=green
pen 6 color 0.0 0.0 0.0; thickness 0.035 cm; attention_color;
drawing_color; edge_higlite_color;
!highlite_color=dark red;selected_color=red
pen 7 color 0.0 0.0 0.0; thickness 0.060 cm; highlite_color;
selected_color;
!magenta_color=purple;quilt_color=magenta
pen 8 color 0.0 0.0 0.0; thickness 0.070 cm; magenta_color; quilt_color;
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If you want set the same width to all entities, you can change the thickness for
all the pens
Giacomo Vallotta |
|
| Back to top |
|
 |
|
|
|
|