4.1 Creating & Refining Selection Sets

Key Takeaways

  • A left-to-right Window selects only objects fully enclosed in the box; a right-to-left Crossing selects anything the box touches or encloses
  • AutoCAD reads drag direction automatically — you don't have to type W or C unless you need to force a selection method inside a cluttered area
  • Shift-click removes an already-selected object from the current selection set without clearing the rest of the selection
  • The Remove option (type R at the Select objects prompt) switches the crosshair into subtract mode until you type A to go back to Add mode
  • Lasso selection lets you draw a freeform loop instead of a rectangle — drag left for a Lasso Window, drag right for a Lasso Crossing
Last updated: August 2026

Creating & Refining Selection Sets

Quick Answer: Dragging a selection box from left to right creates a solid-line Window that only grabs objects entirely inside the box. Dragging from right to left creates a dashed-line Crossing that grabs anything the box touches, even partially. Shift-click removes an object from the current selection; typing R at the Select objects prompt switches to Remove mode for removing several objects at once.

Before you can move, copy, erase, or change the properties of anything in a drawing, AutoCAD needs to know exactly which objects you mean. That process — building a selection set — is one of the most frequently tested skills on the AutoCAD Certified User (ACU) exam because it's also one of the most frequently misused skills by new users. Getting Window and Crossing backwards, or not knowing how to back an object out of a selection, wastes time and causes editing mistakes in real projects.

Implied Windowing: AutoCAD Reads Your Drag Direction

When AutoCAD prompts Select objects: and you click on empty space (not on an object), it doesn't ask you which selection method to use. Instead, it watches which direction you drag the second point relative to the first, a behavior called implied windowing:

You drag...AutoCAD creates...Box appearanceWhat gets selected
Left to rightWindowSolid outline, light blue fillOnly objects completely enclosed inside the box
Right to leftCrossingDashed outline, light green fillAny object the box encloses or touches, even partially

This single rule — direction determines method — is worth memorizing cold. It is one of the most commonly tested facts on the ACU exam, and it's also the rule that trips up new users in daily drafting, because the visual difference (solid vs. dashed, blue vs. green) is subtle if you're not watching for it.

Why the Distinction Matters

Imagine a rectangle with a circle that overlaps its right edge, half inside and half outside the rectangle's boundary. If you drag a Window around the rectangle starting from its upper-left corner and ending past its lower-right corner, only the rectangle is selected — the circle is left out because it isn't fully enclosed. If you instead drag a Crossing box that touches the circle's edge, the circle is added to the selection along with the rectangle, even though only part of the circle sits inside the box.

This is why Crossing selections are the default choice for "grab everything in this general area" tasks, while Window selections are the right tool when you need surgical precision and want to exclude objects that merely overlap the boundary.

Forcing a Selection Method

Implied windowing depends on drag direction, but sometimes you want to force a specific method regardless of which way you happen to drag — for example, when objects are packed so tightly that you don't have room to drag in your preferred direction. At the Select objects: prompt, you can type a letter to force the method:

  • W (Window) — forces a Window selection even if you then drag right to left
  • C (Crossing) — forces a Crossing selection even if you then drag left to right
  • WP (WPolygon) — draws an irregular polygon window; only fully enclosed objects are selected
  • CP (CPolygon) — draws an irregular polygon crossing; anything touched or enclosed is selected
  • F (Fence) — draws an open polyline; any object the fence line crosses is selected, regardless of enclosure

WPolygon and CPolygon are the polygon equivalents of Window and Crossing — useful when a rectangular box would accidentally include or exclude objects you don't want, such as selecting objects inside an L-shaped room.

Lasso Selection: Freeform Windows and Crossings

Modern AutoCAD also supports Lasso selection, which applies the exact same left/right logic to a freehand shape instead of a rectangle. Click and hold the mouse button (rather than click-and-release) at the Select objects: prompt, then drag a freeform loop around the objects you want:

  • Dragging generally left (or forming the loop in a way that reads as a Window drag) creates a Lasso Window — only fully enclosed objects are selected.
  • Dragging generally right creates a Lasso Crossing — anything touched or enclosed is selected.

Lasso selection is most useful when objects are arranged in a shape that a rectangle can't cleanly isolate — for example, a curved row of objects along an arc, or objects scattered in an irregular cluster where a rectangular box would inevitably catch neighbors you don't want. On the ACU exam, Lasso is tested at a conceptual level: know that it exists, that it follows the same direction convention as rectangular Window/Crossing, and that it's triggered by click-and-drag rather than click-and-release.

Adding to a Selection Set

By default, AutoCAD is in Add mode at the Select objects: prompt — every additional click or window/crossing box you make adds more objects to the running selection rather than replacing it. You can keep clicking individual objects, dragging additional Window or Crossing boxes, or mixing both, and AutoCAD keeps a running tally shown at the command line (for example, 3 found, 2 total).

Typing ALL at the Select objects prompt selects every object in the drawing that is not on a frozen or locked layer — a fast way to grab everything before refining the set down.

Removing Objects From a Selection Set

Building the perfect selection box on the first try isn't always possible — often the fastest window or crossing grabs one or two extra objects you didn't want. AutoCAD gives you two ways to back objects out of a selection without starting over:

Method 1: Shift-Click

Holding Shift and clicking on an object that is already selected removes just that object from the set, leaving everything else selected. Shift-click also works with a drag: holding Shift while dragging a Window or Crossing box removes every object inside/touching that box from the current selection instead of adding to it. This is the fastest method when you only need to deselect a couple of stray objects.

Method 2: The Remove Option

At the Select objects: prompt, typing R (Remove) switches AutoCAD from Add mode into Remove mode. The command line will echo Remove objects: to confirm the switch. While in Remove mode, every click, Window, or Crossing you make subtracts from the current selection instead of adding to it. This is more efficient than repeated Shift-clicks when you need to remove several objects, or an entire area of objects, at once.

To go back to adding objects again, type A (Add) at the prompt. You can toggle between Add and Remove mode as many times as needed before pressing Enter to finalize the selection and run the command.

TaskKeystroke / Action
Add one objectClick it (while in Add mode)
Add a group with a boxDrag a Window or Crossing (while in Add mode)
Remove one selected objectShift-click it
Remove a group with a boxShift + drag a Window or Crossing
Switch to Remove mode for several removalsType R, then click/drag normally
Switch back to Add modeType A
Clear the entire selectionPress Escape

Common Traps on the Exam and in Practice

  • Confusing which color/line style is which. Remember: Window is solid and blue like a real window pane; Crossing is dashed and green because it "crosses" through objects.
  • Assuming Crossing requires full enclosure. It doesn't — that's the entire point of Crossing. Only Window requires full enclosure.
  • Forgetting Remove mode is sticky. Once you type R, every subsequent click removes objects until you type A again — a common source of "why did my selection just get smaller" confusion.
  • Pressing Escape by habit. Escape clears the entire selection set, not just the last click. If you only want to undo the last pick, use Shift-click on that specific object instead.
  • Selecting through frozen or locked layers. Objects on a frozen layer can't be selected at all (they're not even visible), and objects on a locked layer stay visible but are still excluded from ALL and cannot be picked for editing — a distinction covered in more depth in the next section.

Mastering implied windowing and the Add/Remove workflow is foundational: nearly every editing command in AutoCAD — Move, Copy, Erase, Trim, Array, and more — begins with a Select objects: prompt that behaves exactly as described here.

Test Your Knowledge

You click and drag from the upper-left corner of an empty area down to the lower-right, fully enclosing a rectangle but only touching the left edge of a nearby circle. What happens to the circle?

A
B
C
D
Test Your Knowledge

While building a selection set, you realize a Crossing box grabbed four extra objects that need to come out of the set, but the rest of the selection should stay intact. What is the most efficient way to remove all four at once?

A
B
C
D
Test Your Knowledge

What visually distinguishes a Crossing selection box from a Window selection box while you are dragging it?

A
B
C
D
Test Your Knowledge

You Shift-click an object that is currently part of your selection set. What happens?

A
B
C
D