LT PSLTSCALE COMMAND

LT PSLTSCALE COMMAND

Anonymous
Not applicable
1,202 Views
3 Replies
Message 1 of 4

LT PSLTSCALE COMMAND

Anonymous
Not applicable

hEY GUYS, WAS WONDERING HOW TO GET THE PSLTSCALE VALUE TO ALWAYS STAY ON '0'.  IT KEEPS REVERTING TO 1.  ON SOME OF MY LINES IN MODEL SPACE I ALTER THE LINETYPE SCALE, BUT IT IS NOT TRANSLATING IN PAPERSPACE WHEN I PRINT. (DASHED LINES)

THANKS

0 Likes
Accepted solutions (2)
1,203 Views
3 Replies
Replies (3)
Message 2 of 4

rkmcswain
Mentor
Mentor
Accepted solution
PSLTSCALE is saved in the drawing. So once you set it in a drawing/viewport it will stay until someone or something changes it.

If you want new drawings to have a certain value, change your drawing template(s).

You could have a program (lisp, vba, arx, etc.) changing it without your knowledge too. If you think this might be it, what version of AutoCAD iare you using?

Ref:
http://help.autodesk.com/view/ACD/2016/ENU/?guid=GUID-23EA4D64-AE7D-41E5-A8D0-20F060313D62


R.K. McSwain     | CADpanacea | on twitter
Message 3 of 4

jmayo-EE
Mentor
Mentor
Accepted solution

MSLTSCALE, PSLTSCALE and LTSCALE are dwg specific variables.

 

I believe it is best to set these in your template filess so all new work is all set and ready to go.

 

As for opening older files you can add these commands to you acaddoc.lsp file so everytime you open a files these variables are set as you need.

 

Here is an example.

(setvar "PSLtscale" 1)

 

Here is some good info on using the acaddoc.lsp file.

http://www.jtbworld.com/lisp/acaddoc.htm

John Mayo
PE, CFM, CME


alt="EESignature" width="244" height="22">

Message 4 of 4

Anonymous
Not applicable
THANKS FOR THE HELP GUYS!!
0 Likes