CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 5502:

Question

CAD 
 %  platform  category 
A
The PSLTSCALE variable setting is layout specific. If you need to set this variable to 1 or 0 in all your layouts you can use the following code:
(foreach lay (layoutlist)(command "_LAYOUT" "_Set" lay "PSLTSCALE" 1))
or
(foreach lay (layoutlist)(command "_LAYOUT" "_Set" lay "PSLTSCALE" 0))
ACAD
100% *CAD
4.4.2007   28023×  
   
this tip shared by ARKANCE experts applies to: AutoCAD ·

See also:
Tip 2699:How to automatically switch to a different LTSCALE in layouts?
Tip 1041:Why are complex linetypes scaled properly only in the modelspace and not in the paperspace/layouts?


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  





Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist