How to draw a line at a specific angle in AutoCAD?

Short Answer

To draw a line at a specific angle in AutoCAD, use the LINE command with relative polar input: pick the start point, then type @length<angle and press Enter. This is the fastest and most common professional method for precise angled geometry. Limitation: the angle is measured from the current UCS, not always true north or screen up.

What You Need to Know Before

Warning: A very common failure is entering the correct angle with the wrong UCS or angle direction assumption, which places the line in the wrong orientation. Also, if Dynamic Input or polar tracking is off or misread, users often type coordinates in the wrong format.

How to Draw a Line at a Specific Angle in AutoCAD

  • Command: LINE

  • Shortcut: L

  • Quick Steps:

    1. On the Home tab > Draw panel, click Line or type L and press Enter.
    2. Pick the start point in the drawing area.
    3. Type a relative polar value in this format: @length<angle (example: @100<30) and press Enter.
  • Use Dynamic Input on the status bar if you want to see input fields near the cursor while entering length and angle.

Variables & Settings

  • System Variable: DYNMODE (Default: 3)

  • Expert Setting: This controls Dynamic Input behavior near the cursor. When enabled, it makes angle and distance entry easier to read during the LINE command, but some users misinterpret the prompts and enter Cartesian values instead of polar input.

Why it Fails

  • Cause 1 (Geometry): The angle is entered relative to the current UCS, so a rotated UCS gives a line angle different from what you expected in world coordinates.

  • Cause 2 (layers/Locks): The current layer may be locked, preventing the line from being created even though the command appears to run.

  • Cause 3 (Command/Logic): The input format is wrong, such as typing 100<30 instead of @100<30, which makes AutoCAD treat it as an absolute value or invalid entry.

Quick Fix & Best Practice

  • Quick Fix: Type UCS > World, then run LINE again and enter @length<angle with Dynamic Input enabled if needed.
  • Manager’s Verdict: Use relative polar input for fast, accurate drafting when you know the exact length and angle. Avoid relying only on cursor direction for production work.

FAQ

How do I draw a line by angle only in AutoCAD?

Start the LINE command, pick a start point, move the cursor in the direction, then type the length.

What symbol is used for angle input in AutoCAD?

Use the < symbol in polar input, such as @150<45.

Can I use Polar Tracking instead of typing the angle?

Yes, but typed polar input is more precise when the angle must match an exact value.

.