If you’re looking for a complete, beginner‑friendly guide to lineweight in AutoCAD, this article explains what lineweight is, why it matters, how and when to use it, step‑by‑step instructions, alternative methods, common errors and fixes, practical tips, and a helpful FAQ.
What is lineweight?
Lineweight (also written line weight) is the visual thickness of a line in AutoCAD. It affects both how drawings look on screen (when display is enabled) and how they print or Export to PDF. Lineweights are typically expressed in millimetres (mm) (e.g., 0.25 mm, 0.5 mm) or printer/plotter pen widths, and they help communicate hierarchy and importance in technical drawings.
Key points:
- On-screen display of lineweight is controlled separately from plot output (see LWDISPLAY).
- Printed lineweight can be controlled directly by object/layer lineweights or indirectly via plot styles (CTB/STB).
- Use ByLayer and ByBlock to keep drawings consistent and manageable.
Why use lineweight? Purpose and benefits
Using consistent lineweights brings several advantages:
- Improves readability: Thicker lines for major elements (e.g., walls, main outlines), thinner lines for secondary details.
- Conveys hierarchy: Differentiate objects (cut vs. hidden lines, centerlines, dimensions).
- Standards compliance: Many CAD standards require specific pen widths for certain drawing components.
- Better printing results: Proper lineweights ensure professional, clear plot output and avoid hairlines or overly thick prints.
When and how to use lineweight — best practices
When to set lineweights:
- Set layer lineweights at the start of a project (recommended).
- Use object overrides only for exceptions.
- Use plot styles (CTB/STB) when plotting to control thickness independently from display.
Common strategy:
- Use ByLayer for most entities and assign weights to layers via the layer properties Manager.
- Reserve direct object weights for rare overrides (e.g., highlighting).
Discipline examples:
- Architecture: thick for exterior walls (0.7–1.0 mm), medium for interior walls (0.35–0.5 mm), thin for hatches and details (0.13–0.18 mm).
- Mechanical: heavy outlines for profiles, thin for centerlines and dimension lines.
- Electrical: consistent thin weights for symbols, thicker for mains.
Step‑by‑step: how to set and edit lineweights
H3: Enable lineweight display
- Toggle Lineweight Display in the status bar or type LWDISPLAY and set to 1 to see lineweights on screen.
- Note: enabling display only affects the screen preview; plotting is controlled separately.
H3: Set layer lineweights (recommended)
- Open Layer Properties Manager (type LAYER).
- In the Lineweight column, click the value for a layer and choose a preset (e.g., 0.25 mm, 0.5 mm) or Custom.
- Make most objects ByLayer so they inherit these settings.
H3: Set object lineweight directly
- Select object(s).
- Open the Properties palette (CTRL+1).
- Under Lineweight, choose a value or ByLayer/ByBlock.
H3: Set default lineweight for new objects
- From the Home tab or Properties palette, set the default Lineweight, or configure in your template (.dwt).
- Best practice: use templates with predefined layers and lineweights.
H3: Plotting lineweights (printing or exporting to PDF)
- Type PLOT or open Plot.
- Ensure Plot object lineweights is checked.
- If using CTB (color-dependent) or STB (named) plot styles, configure pen widths in the plot style table to map colors or named styles to actual printed widths.
- Use Print Preview to verify results.
H3: Scaling lineweights for layouts/viewports
- If printed widths appear too thick/thin, check the Lineweight Scale in Page Setup or Plot dialog (depending on AutoCAD version) and adjust; or adjust lineweights themselves in the drawing.
Alternative methods and advanced options
- Use Plot Styles (CTB/STB) to control printed lineweights independently of drawing display. This is useful when you want different outputs (e.g., contractor set vs. client set) from the same DWG.
- Use Viewport overrides: set layer properties per viewport (in layout) to show different weights in different sheets.
- Use ByBlock to allow grouped objects to inherit weight when inserted as a block.
- Use Annotative scaling for annotation objects (text/dimensions) to control visual size across scales — though Annotative objects manage size, not lineweight directly.
- For 3D solids, use object thickness or visual styles for emphasis — distinct from 2D lineweights.
Common errors, why they happen, and how to fix them
Problem: Lineweights not visible on screen
- Cause: LWDISPLAY is off.
- Fix: Toggle Lineweight Display in status bar or type LWDISPLAY = 1.
Problem: Printed lines all the same thickness
- Cause: Plot style table (CTB) maps all colors to the same pen width or “Plot object lineweights” is unchecked.
- Fix: Edit the CTB/STB to set desired pen widths; ensure Plot object lineweights is checked.
Problem: Lineweights look too thick or thin when printed
- Cause: Scale mismatch between drawing units and plot scale, or global Lineweight Scale incorrect.
- Fix: Check drawing units and plot scale; in Plot dialog adjust Lineweight scale or change layer/object weights.
Problem: Overrides not applying
- Cause: Objects set to ByLayer, or a viewport/layer override is active.
- Fix: Verify object property; remove viewport overrides or set object explicitly if needed.
Problem: PDF export shows hairlines (very thin)
- Cause: Plotter/driver treats thin weights as hairlines or the CTB maps small widths to hairline.
- Fix: Use a larger minimum pen width in the plot style table or change PDF driver settings; preview before final export.
productivity tips and standards
- Start projects from a template (.dwt) with predefined layers and lineweights.
- Keep most objects set to ByLayer to ensure consistent updates.
- Use CTB/STB for final printing control while using layer weights for on‑screen organization.
- Use Layer Filters and naming conventions for quick layer management.
- Use Model space for drawing and Layout viewports for plotting at different scales; avoid scaling lineweights manually in model space.
- Use Print Preview or export to PDF and review at 100% zoom to ensure final printed widths match expectations.
FAQ — What readers often ask
What is the difference between lineweight and line thickness?
Lineweight and line thickness refer to the same concept: the visual or printed width of a line. In AutoCAD documentation, lineweight is the standard term.
Why can’t I see lineweights on my screen even after setting them?
Make sure LWDISPLAY is turned on (toggle via status bar or type LWDISPLAY = 1). Also confirm objects are not set to hairline in the display mode and that your zoom level isn’t hiding thin differences.
Should I use ByLayer or assign lineweights directly to objects?
Prefer ByLayer for consistency and easier editing; use direct object lineweights only for exceptions. Templates with layer lineweights simplify team workflows.
How do CTB and STB plot styles affect lineweights?
A CTB maps object colors to pen widths at plot time; STB assigns named plot styles. Both can override or control printed widths independently of the drawing’s layer/object Lineweight settings.
What units are lineweights measured in?
AutoCAD commonly uses millimetres (mm) for lineweights (e.g., 0.13 mm, 0.5 mm). Plot style tables often express pen widths in mm or printer units.
How do I ensure PDFs print lineweights accurately?
Use the AutoCAD DWG to PDF or your printer driver, ensure Plot object lineweights is checked, configure CTB/STB if used, and preview at 100% scale. Adjust plotter/driver settings if very thin lines appear as hairlines.
Can lineweights be applied to dimensions and text?
Yes. Dimensions and text objects can inherit lineweights from their layer or be set individually. However, for clarity, many workflows keep text and dimension lines thin and consistent via layers or style settings.
How can I change default lineweight for new drawings?
Create or edit a template (.dwt) with predefined layers and default lineweight settings. When you create a drawing from that template, the defaults are applied automatically.
