dave
05-10-2006, 06:39 PM
1) open your PID-SUP.LSP.
2) Search for setq lay.
3) Change the "major" pline thickness in the PID-SUP.LSP file from 0.03 to what is deemed necessary.
The following is an example of the section of code where the thickness is held. Please change the thickness
;; The following table (list) sets the layers their color linetype and in the
;; case of polylines the line thickness
(setq lay (list
;; Layer Name Color LineType Entity Thickness
(list "mc-att" 7 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;0 Atribute info
(list "border" 7 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;1 Paper border outline
(list "equip" 3 (At_GetLineType "CONTINUOUS") "_.PLINE" 0.04) ;2 Equipment
(list "temp" 2 (At_GetLineType "CONTINUOUS") "_.PLINE" 0.03) ;3 Working layer
(list "pid" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;4 Process & Instrument Dwg
(list "inst" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;5 Instrumentation outline
(list "ctw" 5 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;6 CTW layer
(list "stm" 5 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;7 Steam layer
(list "new" 5 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;8 New layer
(list "ieng" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;9 Instrumentation details
(list "major" 2 (At_GetLineType "CONTINUOUS") "_.PLINE" 0.03) ;10 Major process lines
(list "minor" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;11 Minor process lines
(list "major-ex" 3 (At_GetLineType "PHANTOM" ) "_.PLINE" 0.03) ;12 Existing major lines
2) Search for setq lay.
3) Change the "major" pline thickness in the PID-SUP.LSP file from 0.03 to what is deemed necessary.
The following is an example of the section of code where the thickness is held. Please change the thickness
;; The following table (list) sets the layers their color linetype and in the
;; case of polylines the line thickness
(setq lay (list
;; Layer Name Color LineType Entity Thickness
(list "mc-att" 7 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;0 Atribute info
(list "border" 7 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;1 Paper border outline
(list "equip" 3 (At_GetLineType "CONTINUOUS") "_.PLINE" 0.04) ;2 Equipment
(list "temp" 2 (At_GetLineType "CONTINUOUS") "_.PLINE" 0.03) ;3 Working layer
(list "pid" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;4 Process & Instrument Dwg
(list "inst" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;5 Instrumentation outline
(list "ctw" 5 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;6 CTW layer
(list "stm" 5 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;7 Steam layer
(list "new" 5 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;8 New layer
(list "ieng" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;9 Instrumentation details
(list "major" 2 (At_GetLineType "CONTINUOUS") "_.PLINE" 0.03) ;10 Major process lines
(list "minor" 4 (At_GetLineType "CONTINUOUS") "_.LINE" nil ) ;11 Minor process lines
(list "major-ex" 3 (At_GetLineType "PHANTOM" ) "_.PLINE" 0.03) ;12 Existing major lines