askvity

How Do You Select Hidden Objects in AutoCAD?

Published in AutoCAD Selection 2 mins read

To select hidden objects in AutoCAD, you can use the HIDESELECTED command or the "Hide All but Selected Objects" icon, followed by selecting the objects you want to hide and then right-clicking or pressing Enter.

Here's a breakdown of the process:

  1. Initiate the Hide Selection Command: You have two options:

    • Command Line: Type HIDESELECTED in the command line and press Enter.
    • Ribbon/Toolbar: Click the "Hide All but Selected Objects" icon (if available in your AutoCAD workspace). The icon's location may vary depending on your AutoCAD version and workspace configuration.
  2. Select the Objects to Hide: AutoCAD will prompt you to select the objects you want to hide. Select the desired objects using any of AutoCAD's standard selection methods (e.g., picking, windowing, crossing).

  3. Complete the Command: After selecting the objects, either right-click in the drawing area or press Enter to execute the HIDESELECTED command. The selected objects will then be hidden from view.

Important Considerations:

  • Object Visibility: The HIDESELECTED command only temporarily hides the selected objects. They are still present in the drawing database.
  • Unhiding Objects: To bring the hidden objects back into view, you can use the UNISOLATEOBJECTS command. Type UNISOLATEOBJECTS in the command line and press Enter. This will reveal all previously hidden objects.
  • Object Layers: Object visibility is also governed by layer settings. Ensure the layers containing the objects you want to select are turned on and thawed.

Related Articles