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:
-
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.
- Command Line: Type
-
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).
-
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. TypeUNISOLATEOBJECTS
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.