Pen_table.pnt 파일의 위치는?
원래 없습니다.
pen table 파일을 생성(예:pen.pnt)한 다음
config.pro에서 pen_table_file 이란
항목을 찾아서 위의 파일을 지정하셔야 합니다.
pen_table.pnt 파일이란?
출력시 출력되는 선굵기에 대한 설정 파일임.
<내가 현재 사용하고 있는, pen_table.pnt 파일내용>
! This is a pen table file. See Interface Guide under "pen mapping".
! white entities (object lines)
pen 1 color 0.0 0.0 0.0;thickness 0.02 cm; drawing_color
! yellow entities (text, dimensions, cross hatching)
pen 2 color 0.0 0.0 0.0;thickness 0.012 cm; letter_color
! grey entities (hidden lines)
pen 3 color 0.0 0.0 0.0; thickness 0.012 cm; pattern 0.1 0.05 cm
! red entities (can use for drawing border if you change the entity color)
! to red in the format file, color=red)
pen 4 thickness 0.01 cm; color 0.0 0.0 0.0; highlite_color
! Green entities (object Seetmetal, color=green)
pen 5 thickness 0.01 cm; color 0.0 0.0 0.0
! Cyan entities (Section Lines, color=cyan)
pen 6 thickness 0.01 cm; color 0.0 0.0 0.0; section_color
! Gray entities (Dimmed Menu lines, color=gray)
pen 7 thickness 0.01 cm; color 0.0 0.0 0.0; dimmed_color
! Blue entities (Edge High lines, color=blue)
pen 8 thickness 0.01 cm; color 0.0 0.0 0.0; edge_highlite_color