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
Solved! Go to Solution.
Solved by jmayo-EE. Go to Solution.
Solved by rkmcswain. Go to 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
Can't find what you're looking for? Ask the community or share your knowledge.