Using WF4; M170
I made a text file with the following in it:
! 2011 02 10
! My first attempt to manipulate pen/line weights or definitions or whatever
! Be sure to place the file in the folowing folder:
! C:\Program Files\proeWildfire 4.0\text
!
! Change thickness of Geometry using Pen 1
! Template: Pen 1 = .02 cm; drawing_color
pen 1 thickness 0.02 cm; drawing_color
I then saved it as a *.pnt file, I called it table.pnt and placed it in the <proe loading directory>\text folder. In the above text, all lines starting with a "!" are comments. To expand the file to do more, check out theembedded Pro/E help files under Pro/E Fundamentals > Pro/E Menus > Printing and Plotting Files. Beware that there are some missing corelations between "System Colors" and "Color Names" that can lead to some confusion.
In the Drawing environment go to File > Save As and select Pdf for File Type. You should get a dialogue box like this:
View attachment 4962
Check the "Use pentable" option to force the exporter to read the lineweight definitions in the table.pnt file. That should make all the difference.
2011-03-09_100450_square_drawing.zipThere should be two .pdf(s) in the zip: one that uses the Pro/E default pen table/mapping, and one that uses my pen table/mapping.
You can bypass some of this by reconfiguring the config.pro options as well. Type the full directory and file name in the "pen_table_file" option. Or go to Tools > Options and change the configuration option "pen_table_file" by manually entering in the full directory and file name.
Hope that helps, it did for me.
- Mike