Can I make dimensions invisible without deleting them in AutoCAD?
Short Answer
Yes — in AutoCAD, you can make dimensions invisible without deleting them by moving them to a layer that is turned off or frozen, which is the most common professional method. Use the LAYER command to place dimensions on a dedicated dim layer and hide that layer. This hides all objects on that layer, not just selected dimension parts.
What You Need to Know Before
Warning: If your dimensions are on the same layer as visible geometry, turning that layer off will hide everything on it. Also, dimensions inside blocks or xrefs will not respond unless you edit the source object or its layer structure.
How to Make Dimensions Invisible in AutoCAD
Command: LAYER
Shortcut: LA
Quick Steps:
- Open the Home tab > layers panel > layer properties, and create or identify a dedicated dimension layer.
- Select the dimensions, then in the Properties palette change their layer to that dimension layer.
- In Layer Properties Manager, click the Off or Freeze toggle for that layer to make the dimensions invisible.
Variables & Settings
Key Setting: Off vs Freeze in Layer Properties
Expert Setting: Turning a layer Off hides it but keeps it in regeneration calculations, while Freeze hides it and can improve performance in larger drawings. For viewports, use VP Freeze if you only want dimensions hidden in one layout viewport.
Why it Fails
- Cause 1 (Geometry): The dimensions may be inside a block, so changing the visible layer outside the block does not hide them individually.
- Cause 2 (Layers/Locks): The dimension layer may be locked, current xref-controlled, or shared with model objects you still need visible.
- Cause 3 (Command/Logic): Users often try to hide dimensions by changing dimstyle settings, but that affects appearance globally and does not reliably make existing dimensions fully invisible.
Quick Fix & Best Practice
- Quick Fix: Use CHPROP or the Properties palette to move the dimensions to a dedicated layer, then turn that layer off with LAYER.
- Manager’s Verdict: In production drawings, always place dimensions on their own layer from the start. Avoid ad hoc hiding unless it is temporary, because hidden dimensions can confuse plotting, reviews, and downstream edits.
FAQ
Can I hide only one dimension without turning off all dimensions?
Yes, move that dimension to its own layer and turn off only that layer.
Can I make dimensions invisible only in one viewport?
Yes, use VP Freeze on the dimension layer in that specific layout viewport.
Can I bring hidden dimensions back later?
Yes, turn the layer back on or thaw it in Layer Properties.
.
