Skip to main content

Dimension Aligned

The dimaligned command places a dimension that measures the true straight-line distance between two points. The dimension line runs parallel to the line connecting the two points, so it can be at any angle. This is the key difference from Dimension Linear, which is restricted to horizontal or vertical.

Anatomy of an aligned dimension

● p2
/|
/ | (ext line 2, perpendicular to dim line)
/ |
/←5.00→/
/ /
● / (ext line 1, perpendicular to dim line)
p1
  • Extension lines — perpendicular to the dimension line, drawn from each measured point.
  • Dimension line — parallel to p1→p2, offset to one side by cursor position.
  • Value — the true Euclidean distance |p1 – p2|.

Placing an aligned dimension

  1. Type dimaligned in the terminal or click the Dimension Aligned toolbar button.
  2. Click the first extension line origin (p1), or type X,Y and press Enter for an exact coordinate.
  3. Click the second extension line origin (p2). Coordinate entry works here too.
  4. Move the cursor to one side to set the perpendicular offset of the dimension line.
  5. Click to place, or type an offset distance and press Enter for precise placement.

Typed offset distance

Type a number during placement to fix the dimension line at an exact perpendicular distance from the p1→p2 line:

KeyAction
09, .Append digit to the offset
BackspaceDelete the last typed character
Enter / SpacePlace at the typed offset

The cursor side determines which side the dimension line appears on.

Keyboard reference

KeyAction
09, ., -Start X coordinate entry (p1/p2 phases), or offset distance (placement phase)
,Lock X and move to Y entry (p1/p2 phases)
BackspaceDelete last typed character
Enter / SpaceConfirm typed coordinate or offset
EscapeCancel

Dimension Aligned vs Dimension Linear

Dimension AlignedDimension Linear
Dimension line angleParallel to p1→p2 — any angleAlways horizontal or vertical
MeasuresTrue Euclidean distanceX or Y component only
H/V orientation lockNoYes — H and V keys
Best forDiagonal features, angled cutsOrthogonal layouts, grid-aligned parts

Chaining dimensions

To add more dimensions continuing from the second extension line of this one, use Dimension Continue — it locks to the same measurement angle as this aligned dimension.

DXF — DIMENSION entity (aligned type)

Aligned dimensions are saved as DIMENSION entities with dimType = 1 (aligned). Extension line origins, dimension line position, text position, measured value, rotation, arrow style, and all display flags round-trip without loss.