BIM

The align command in AutoCAD: what each point pair does

The align command in AutoCAD moves, rotates and scales in one pass, but which happens depends on the point pairs. We measured all three on AutoCAD 2027.

  • TS. Đỗ Quốc Hoàng
  • 8 min read
The same rectangle and the same two point pairs, differing only in the final answer: N gives 1000 x 2000, Y gives 1500 x 3000 Photo: Screenshot taken on AutoCAD 2027 at the Institute

You have a detail drawn loose and it has to sit exactly into a place that already exists: right position, right angle, right size. Doing that with Move, then Rotate, then Scale means lining it up three times. The align command in AutoCAD folds all three into one pass.

But it has three branches that behave quite differently, and which one runs is decided by how many point pairs you give, not by anything you choose. This article measures all three on AutoCAD 2027 at the Institute. For the full set of editing commands see our AutoCAD for Construction course.

Where the command hides in the menu

Read straight out of the acad.cuix interface file of the 2027 release on the machine.

RouteDetail
Full commandALIGN
AliasAL
RibbonHome → Modify
Classic menuModify → 3D Operations → Align
Toolbarnone

The menu line is the surprising one. ALIGN is filed under 3D Operations, so anyone looking for it among the flat editing commands will not find it. It works perfectly well on 2D geometry; it is only the filing that sits on the 3D side.

On the ribbon it has no button at the top level either, living instead in the expanded part of the Modify panel. Typing AL stays the quickest route.

How to use the align command, step by step

The middle column is copied verbatim from AutoCAD 2027.

StepWhat the program asksWhat you do
1Select objects:Select the shape, then press Enter
2Specify first source point:Click the first point on the shape
3Specify first destination point:Click where that point must land
4Specify second source point:Click the second point on the shape
5Specify second destination point:Click where that one must land
6Specify third source point or <continue>:Press Enter for flat work
7Scale objects based on alignment points? [Yes/No] <N>:Y or N

The order of clicking is where it most often goes wrong: source, then destination, alternating pair by pair. Not both sources first and then both destinations.

Autodesk describes the command in one line on its ALIGN (Command) page for the 2027 release: "Aligns objects with other objects in 2D and 3D". The same page continues: "Either one, two, or three pairs of source points and definition points can be specified to move, rotate, or tilt the selected objects". One, two or three — and those are the three branches.

Two point pairs and the scale question

This is the branch people use most, and step 7 decides everything.

We took a 2000 × 1000 rectangle, gave it exactly the same two point pairs twice, changed only the final answer, and measured the bounding box afterwards.

Two branches, one set of points Photo: The three branches of ALIGN by number of point pairs, with the measured size after each run
AnswerMeasured bounding box
N1000 × 2000 — rotated 90 degrees, same size
Y1500 × 3000 — rotated 90 degrees and scaled by 1.5

The factor of 1.5 is not something you typed. The two source points are 2000 apart, the two destinations 3000 apart, and the program divides one by the other. That is the real strength of the command: you never need to know the factor, only the two places the shape must meet.

And here is the detail most guides skip: the default in the brackets is <N>, meaning no scaling. Anyone pressing Enter to hurry gets a move and a rotation with the shape still at its old size.

One more thing to remember: two point pairs produce only one factor, so the command scales both directions equally. To stretch one direction only you need a different route, covered in our article on the scale command.

One point pair is just a move

If you press Enter at step 4 instead of clicking a second point, the command ends there and asks nothing more.

We tried it on the same 2000 × 1000 rectangle, giving one pair and pressing Enter. Measured afterwards: still 2000 × 1000, with the bottom-left corner moved to the destination point. No rotation, no scaling.

Autodesk records exactly that: "When you select only one source point and destination point pair, the selected objects move in 2D or 3D from the source point (1) to the destination point (2)".

It sounds redundant, but it is genuinely useful, and it is the branch of the align command in AutoCAD that almost nobody knows is there. Realise mid-command that all you needed was a move, and one Enter finishes the job without backing out to type M.

Aligning in 3D with three pairs

The third branch is for solids. Give all three pairs and the program rebuilds the object's plane onto the three destination points.

The measurable part is the scale question. Autodesk writes: "Scaling is available only when you are aligning objects using two point pairs". We checked it on the machine: with three pairs given, the sequence stops dead at Specify third destination point: and the scale question never appears. Exactly as documented.

So if you need both a plane placement and a size change, it takes two passes: align on three pairs, then scale separately.

The alignspace command is something else entirely

Plenty of people type ALIGNSPACE expecting a stronger version of ALIGN. It is not. It belongs to Express Tools and it works in a layout.

RouteDetail
Full commandALIGNSPACE
Aliasnone
RibbonLayout → AlignSpace
Classic menuExpress → Layout tools → Align Space

Type it while in Model space and the program answers, verbatim:

Command not allowed unless TILEMODE is set to 0

Switch to a layout and type it again, and the first thing it asks is:

FIRST alignment point in MODEL space:

In other words it does not move geometry at all. It adjusts the viewport so that what sits in model space lines up where you want it on the sheet. Organising layouts and viewports is covered in our article on layouts in AutoCAD.

The same family holds 3DALIGN, aliased 3AL, at Modify → 3D Operations → 3D Align. That one also takes three point pairs and offers no scaling option.

Align and aligned dimensions are easily confused

A whole group of people type the word align when what they want is a sloping dimension, which is the DIMALIGNED command. The two have nothing to do with each other.

ALIGNDIMALIGNED
AliasALDAL, DIMALI
RibbonHome → ModifyAnnotate → Dimensions → Linear Drop-down
First promptSpecify first source point:Specify first extension line origin or <select object>:
What it doesmoves, rotates and scales objectswrites a dimension parallel to a sloping edge

The first prompt tells them apart at a glance. ALIGN asks for a point on the object; DIMALIGNED asks for the origin of an extension line. Writing and editing dimensions is covered in our article on dimensions in AutoCAD.

What usually goes wrong

All four cases below were checked on the machine.

The shape lands correctly but never grows. You pressed Enter past the last question. The default is N, so the program took that as no scaling. Run it again and answer Y.

The shape flies off somewhere. The clicks went source, source, destination, destination instead of alternating. One U puts it back.

Text inside the selection comes out tilted. That is correct behaviour, because align rotates the whole set. If the text must stay upright, leave it out of the selection or fix its angle afterwards. Rotating objects on their own is covered in our article on the rotate command.

You cannot find it in the menu. It sits under Modify → 3D Operations, not among the flat editing commands. Typing AL is the sure route.

Three things people say that are not true

What people sayWhat the 2027 release actually does
Align always moves, rotates and scalesIt scales only when you answer Y. The default is N, and with one or three point pairs the question is never asked
Align can stretch one directionIt cannot. Two point pairs give one factor, so it scales both directions equally
ALIGNSPACE is a stronger ALIGNIt is a different Express Tools command, only runs in a layout, and adjusts a viewport rather than geometry

The whole thing comes down to one question: how many point pairs you give the align command in AutoCAD. One is a move, two is a move and a rotation with scaling on offer, three places the object onto a plane.

Frequently asked questions

What is the alias?

AL. The full name is ALIGN. Separately, 3AL runs 3DALIGN, which only takes three point pairs.

Why does nothing get bigger after the command runs?

Because the final question defaults to N. Answer Y instead. With one or three point pairs the question is not asked at all.

Can it stretch one direction only?

No. Two point pairs yield a single scale factor, so the shape grows equally in both directions.

In what order do I click?

Source then destination, alternating pair by pair. Clicking both source points in a row sends the shape to the wrong place.

Does it work on 3D objects?

Yes, that is the three-pair branch. But the scale question disappears there, so any size change needs a separate pass.

Why does ALIGNSPACE report an error?

You are in Model space. That command only runs in a layout, and reports Command not allowed unless TILEMODE is set to 0. Switch to a layout and type it again.

About the author

TS. Đỗ Quốc Hoàng — Vice Director of the Institute of Information Technology in Civil Engineering, Hanoi University of Civil Engineering, and a specialist in software development for construction