! Pen 1 = white entities (object lines)
! Pen 2 = yellow entities (text, dimensions, cross hatching)
! Pen 3 = gray entities (hidden lines)
! Pen 4 = red entities (can use for drawing border if you change the
! entity color to red in the format file)
! Pen 5 = green entities (sheetmetal)
! Pen 6 = cyan entities (section)
! Pen 7 = dark gray entities (dimmed)
! Pen 8 = blue entities (spline surface grid)
pen 1 color 0.0 0.0 0.0; thickness 0.028 cm ;drawing_color
pen 2 color 0.0 0.0 0.0; thickness 0.012 cm ;letter_color
pen 3 color 0.0 0.0 0.0; thickness 0.012 cm ;half_tone_color
pen 4 color 0.0 0.0 0.0; thickness 0.012 cm ;highlite_color
pen 5 color 0.0 0.0 0.0; thickness 0.012 cm ;attention_color
pen 6 color 0.0 0.0 0.0; thickness 0.012 cm ;section-color
pen 7 color 0.0 0.0 0.0; thickness 0.012 cm ;dimmed_color
pen 8 color 0.0 0.0 0.0; thickness 0.012 cm ;edge_highlite_color
先建一个写字板将上述程序拷贝到写字板中,输入文件名保存。然后在下PRO/E的CONFIG文件中找到pen_table_file 将目录设置到你刚才存的文件比如D:\temp\table.pro(这里写字板的名称为table),保存就OK了。当然可以自己设置线粗细,更改数值就可以,比如0.012 cm 。