Cesky English Deutsch
Login/Register:
 Visitors: 1624 
Become a fan of CADforum on Facebook
Follow us on Twitter
WWW server of the XANADU company (formerly: CAD Studio)

CAD tip CAD tip # 6024:

Question CAD 
 %  platform  category 
Q - question

How to toggle lineweight display?

A - answer To display or suppress lineweights of the individual line entities, you can either use the LWT button in AutoCAD status bar or the LWDISPLAY variable.

You can ue the following menu macro to toggle lineweight display (a single line):

^P'LWDISPLAY $M=$(if,$(and,$(getvar,lwdisplay),1),$(-,$(getvar,lwdisplay),1),$(+,$(getvar,lwdisplay),1))

You can use the CUI command to define a new Command containing this macro and assign it a new Keyboard shortcut (e.g. Ctrl+Shift+T).

ACADLTADTCivilACADM
100% *  CAD 
15.3.2008    1071x  
Comments   Tell a friend

See also:
Tip 7193:How to create DWG layers from a list in CSV/Excel?
Tip 6672:I want to display my drawing the same way it is printed.
Tip 3580:The Scale lineweights box is grayed. How to scale plotted linewidths?
Tip 2960:How to affect lineweight of lines merged back to the image of raster overlay?
Tip 2737:Can I change or add value to the list of displayed lineweights?


Back   All CAD Tips All CAD tips&tricks

Hatch angles in parts in an assembly section view. « | » How to toggle LT background color through a toolbar button?

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. 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 glossary   



Featuring:
Generate hatch patterns automatically from your DWG drawings with
HGEN 2006 More info


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