How to hide or show specific parts of a drawing in AutoCAD?

How to hide or show specific parts of a drawing in AutoCAD

Short Answer

Yes — in AutoCAD, the most common professional way to hide or show specific parts of a drawing is by controlling object layers with LAYISO and layer on/off or freeze settings. This is fast, reversible, and widely used in production drafting. Limitation: it works best when objects are organized on proper layers.

What You Need to Know Before

Warning: If multiple objects you want to keep visible share the same layer as objects you want hidden, layer isolation will hide or show all objects on that layer together. Also, in externally referenced drawings, some layer controls may affect more content than expected.

How to Hide or Show Specific Parts of a Drawing in AutoCAD

  • Command: LAYISO

  • Shortcut: LAI

  • Quick Steps:

    1. Type LAYISO, then select the objects you want to keep visible in the drawing area.
    2. Press Enter to isolate their layers; AutoCAD hides or locks other layers based on the current setting.
    3. To restore everything, type LAYUNISO and press Enter.

Variables & Settings

  • System Variable: LAYISO (Default: 0)

  • Expert Setting: This setting controls how layer isolation behaves. 0 turns off non-isolated layers, while 1 locks and fades them instead. In many workflows, locked-and-faded is safer because hidden reference content remains visible but protected.

Why it Fails

  • Cause 1 (Geometry): The objects you want to hide and the objects you want to show are on the same layer, so layer isolation cannot separate them.

  • Cause 2 (Layers/Locks): The target content may be inside a block or xref, where layer control behaves differently than expected.

  • Cause 3 (Command/Logic): LAYISO isolates by layer, not by individual object, so it cannot selectively hide only one object from a shared layer.

Quick Fix & Best Practice

  • Quick Fix: Move the objects you need to control separately onto their own layer using CHPROP or the Properties palette, then run LAYISO again.
  • Manager’s Verdict: Use layer isolation for fast review, coordination, and plotting checks, but avoid relying on it as a permanent visibility method unless your layer standards are clean.

FAQ

Can I hide only one object without changing layers?

Yes, but that is less standard than using proper layer control in professional workflows.

How do I bring hidden layers back?

Use LAYUNISO to restore layers isolated with LAYISO.

Is freeze better than off?

Yes, freeze is often better for performance because AutoCAD ignores frozen layers during regeneration.

.