Results 1 to 4 of 4

Thread: Drawing File and PDF

  1. #1
    Pierluigi Diletti Guest

    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

  2. #2
    David Janes Guest
    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


  3. #3
    Pierluigi Diletti Guest
    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...
    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




  4. #4
    @ tiscali.it Guest
    Pierluigi Diletti 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


    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

Similar Threads

  1. dxf file of drawing ???
    By mr ho in forum Pro/Engineer
    Replies: 0
    Last Post: 05-20-2009, 05:42 AM
  2. Macro / VBA - Drawing file setup
    By BWelch@carrollhealthcare. in forum SolidWorks
    Replies: 5
    Last Post: 08-04-2005, 01:10 AM
  3. text file to drawing
    By nsdhakar in forum VBA
    Replies: 7
    Last Post: 04-06-2005, 10:59 AM
  4. Free sketching in drawing file
    By John23 in forum SolidWorks
    Replies: 1
    Last Post: 12-23-2004, 09:15 AM
  5. Section views in drawing file
    By solid3ddesigns in forum Pro/Engineer
    Replies: 1
    Last Post: 09-24-2004, 03:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum