Community Tip - You can change your system assigned username to something more personal in your community settings. X
We are facing some problems in Creo 3.0 while taking prints
I have tried to get it done by editing Pen table but it doesn’t work for me.
Our main focus is to get a print in which tangent edges are dimmed/light visible as compared to solid/dark lines. (See attached pic)
Kindly guide on above points
Not seeing any pictures. Can you please reattach them?
The pentable really is the key to this. Could you please upload a copy of the text in your pentable file as well?
As far as stroked font text printing dark, that is because Creo will use the thickness specified in the pentable to trace the outline of each character. To have stroked fonts truly look identical to their non-stroked True-Type Font equivalents, you would need to have the pen thickness set to basically nothing. We have our letter thickness (pen 2) set to .003 in. This seems to be a good compromise between stroked text and other lines using that same system color (letter).
Hello Tom,
The major issue what we are faacing once i set the tangent line as dimmed line it will show in drawing but if i convert that drawing into PDF it showing solid so we are unable to find dimmed line
Hi,
if you want to configure PDF export, you have to use following config.pro options:
pdf_use_pentable yes
pen_table_file C:\PTC\config\mypentable.pnt
use_8_plotter_pens YES
MH
Thank You Martin,
Please check attahced in Drawing it showing proply but once it export to PDF it dimmend line = solidsecond one is PDF file converted from Drawing
If Possible please guide me to PEN Setting and how to creat this PEN
Hi,
to maintain text font, you have to select Stroke All Fonts option during PDF export action.
Pen table information is available at:
MH
Thank you Martin
Actually now i am facing new issue...i unable to set the path for pen_table_file
browse option is not available and also i cant find any .pnt file in Text folder
Hello,
If possible can you share with me sample pen table..
Hi,
use this default mapping information
! =========================
! Pen Table Mapping
! =========================
!
! Pen 1 Mapping:
! * Outline Geometry, Section Text / Arrows, Object Lines
! * White Entities
! * Plot with solid lines: Visible geometry, Cross-section cutting plane arrows and text, Drawing format and
! boundary, Tag text, Centerline line font with white color, Brown portion of datum planes;
! * Plot with phantom lines: Cross-section cutting plane lines
!
! Pen 2 Mapping:
! * Dimension Lines and Leaders, Cross Hatching, Text**
! * Yellow Entities
! * Plot with solid lines: Dimension lines, Geometric tolerance lines, All text (except cross-section text),
! Balloon notes, Cross-hatching, Centerline line font with yellow color, Leaders;
! * Plot with centerlines: Axes and centerlines
! (line_style_standard = std_ansi**)
!
! Pen 3 Mapping:
! * Hidden Lines
! * Gray Entities
! * Plot with dashed lines with phantom font: Hidden lines
!
! Pen 4 Mapping:
! * Drawing Frame
! * Red Entities (Primary Highlight (Dark Red), Selected (Red), Secondary Selected (Orange))
! * Plot with solid lines: Spline surface grid (does not plot in drawings)
!
! Pen 5 Mapping:
! * Sheet Metal
! * Green Entities
! * Plot with solid lines: Sheet metal color entities
!
! Pen 6 Mapping:
! * Sketch Lines, Section
! * Cyan Entities
! * Plot with solid lines: Sketcher section entities
!
! Pen 7 Mapping:
! * Tangent Edges (Dimmed e.g. Tangent Edges)
! * Dark Gray Entities
! * Plot with solid lines: Toggled sections, Grayed dimensions and text, Dimmed tangent edges, Dark gray
! portion of datum planes
!
! Pen 8 Mapping:
! * Text** (Spline Surface Grid) [use for drawing perimeter border in format]
! * Blue Entities
! * Plot with solid lines: Spline surface grid
! (line_style_standard = std_iso**)
!
! **Note that the text pen is reassigned according to line_style_standard set in drawing config file.
!
!
! PTC Suggested Technique for Creating Plotter Configuration Files
and attached file.
MH