Skip to main content
April 1, 2026Dan Perico/4 min read

Selection Part 1: Free AutoCAD Tutorial

Master Essential AutoCAD Object Selection Techniques

Tutorial Focus

This tutorial covers fundamental selection methods that form the foundation of efficient AutoCAD workflow. Mastering these techniques will significantly improve your drafting speed and accuracy.

Topics Covered in This AutoCAD Tutorial:

Mastering Object Selection Techniques

Core Selection Methods

Click Selection

Direct object selection by clicking on edges or filled areas. Essential for precise individual object selection.

Window vs Crossing

Blue window selection for complete containment, green crossing selection for partial contact with objects.

Command Integration

Selection behavior differs when actively using modify commands versus standalone object selection.

Intro to Selection

Object selection forms the foundation of efficient AutoCAD workflow, yet many users only scratch the surface of its capabilities. While modify commands automatically prompt for object selection, you can also pre-select objects before invoking commands—a distinction that unlocks different selection options and visual feedback. Understanding when and how to leverage each approach will dramatically improve your drafting speed and precision.

The core selection methods remain consistent whether you're working within a command or in the general drawing environment: direct clicking for individual objects, click-and-drag box selection, or the more fluid lasso selection for irregular object groups. However, the visual feedback differs significantly. Objects selected during command execution display differently than those selected in the open workspace, providing clear context about your current workflow state.

Pro tip: If you accidentally initiate a selection box and want to cancel without completing the selection, simply press Escape. For users who find the lasso selection interferes with their workflow, you can disable it through the OPTIONS command—navigate to the Selection tab and uncheck Allow press and drag for Lasso.

  • Selection by Clicking: Direct object selection requires precision—you must click directly on an object's geometry, specifically its edges or boundary lines. The exception is solid fills and hatch patterns, where clicking anywhere within the filled area will select the entire object. Multiple clicks build your selection set progressively, while holding Shift and clicking removes objects from the current selection. This additive/subtractive approach gives you surgical control over complex selections. Clear all selections instantly with Escape, or select everything in your drawing using CTRL–A.

  • Crossing Selection: When you create a selection box or lasso by dragging left from your starting point, AutoCAD generates a green selection area. This crossing selection captures any object that the selection boundary touches or intersects, even partially. This method excels when working with dense drawings where objects overlap or when you need to quickly grab multiple elements in a congested area.

  • Window Selection: Dragging right from your starting point creates a blue selection window. Unlike crossing selection, window selection only captures objects completely contained within the selection boundary. This precision method prevents accidental selection of adjacent objects and is ideal when working in detailed drawings where accuracy is paramount.

Modern AutoCAD versions display selected objects with a distinctive blue glow effect, providing clear visual feedback about your current selection set. If you're working on older hardware or have disabled hardware acceleration, selected objects appear as dashed lines instead. You can customize or disable the glow effect entirely using the SELECTIONEFFECT system variable—set it to zero for a cleaner display, particularly useful when working with complex drawings where the glow might obscure fine details.

When you select objects outside of any active command, AutoCAD displays grip points—small squares that appear at strategic locations like endpoints, midpoints, and centers. These grips transform into powerful editing tools, allowing direct manipulation without formal modify commands.

selection handles

  • Select Similar: This intelligent selection tool leverages AutoCAD's object properties to expand your selection set automatically. Right-click any selected object and choose Select Similar to instantly select all objects sharing the same type and layer properties. For block references, the selection extends to all instances of the same named block throughout your drawing. This feature proves invaluable when applying consistent changes across similar elements, such as updating all door symbols or modifying line weights for specific object types.

  • Selecting When in a Command: Once you initiate a modify command, the command line displays the Select objects: prompt, indicating you've entered the object selection phase. You remain in this phase until pressing Enter to confirm your selection and proceed with the modification. While most modify commands accept pre-selected objects, some ignore prior selections entirely. Developing the habit of command-first, then select ensures consistent results across all AutoCAD operations. Note that advanced selection tools like Select Similar and Quick Select only function outside of active commands, so strategic pre-selection becomes crucial for complex editing scenarios. When in command selection mode, typing all and pressing Enter selects everything while maintaining the active command, unlike CTRL–A which terminates the current operation.

Selection Methods Comparison

FeatureWindow SelectionCrossing Selection
DirectionPull mouse to the rightPull mouse to the left
Color IndicatorBlue selection areaGreen selection area
Selection CriteriaObjects completely insideObjects touched or crossed
Use CasePrecise enclosed selectionQuick area-based selection
Recommended: Use window selection for precise control, crossing selection for efficiency with grouped objects.

Basic Click Selection Process

1

Target Object Edge

Click directly on object edges unless working with solid fills or hatch patterns where you can click anywhere on the filled area.

2

Add to Selection

Continue clicking objects to add them to your current selection set without losing previous selections.

3

Remove from Selection

Hold Shift and click on selected objects to remove them from the selection set, or press Escape to clear all.

Selection Visual Feedback

Selected objects display with a blue glow by default. If hardware acceleration is disabled, they appear as dashed lines. You can disable the glow effect using the SELECTIONEFFECT system variable set to zero.

Pre-selection vs Command Selection

Pros
Pre-selection allows use of Select Similar and Quick Select tools
Shows grip points for direct object manipulation
Provides visual confirmation before starting commands
Cons
Some modify commands ignore pre-selection
CTRL-A exits active commands when used outside selection prompt
Limited selection options compared to in-command selection

Selection Best Practices

0/4

Key Takeaways

1AutoCAD offers multiple selection methods including click selection, window selection, crossing selection, and lasso selection for different workflow needs
2Window selection uses blue highlighting and selects only completely enclosed objects, while crossing selection uses green highlighting and selects any touched objects
3Selection behavior and available options differ significantly between selecting objects within active commands versus standalone selection
4Keyboard shortcuts enhance selection efficiency: CTRL-A selects all objects, Escape clears selection, and Shift-click removes individual objects from selection
5Selected objects display with blue glow by default, but appearance can be customized through system variables like SELECTIONEFFECT
6Starting modify commands before selecting objects ensures compatibility and access to all selection features, as some commands ignore pre-selection
7Select Similar feature works only when not in active commands, making it useful for pre-selection workflows with objects of the same type and layer
8The all keyword typed during command selection prompts selects all objects while maintaining the active command, unlike CTRL-A which exits commands

RELATED ARTICLES