Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
CAD tip # 6024:
Question
A
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).
ACADACLTADTCivilACADM


15.3.2008
57664×