CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 6610

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    52937×  

See also:
Tip 13878:SelectSimilar - extended selections for AutoCAD, incl. LT and Web versions
Tip 13858:Is there also a SETBYBLOCK command?
Tip 12755:How to create a polyline with multi-colored segments?
Tip 12392:Export unfolds of sheetmetal parts to DXF - parameters for iLogic and VBA
Tip 11830:How to influence linetype scale or color for hidden edges in documentation views?


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 glossary   



Featuring:
Export 3D VRML scenes from AutoCAD and Inventor
VRMLout More info


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