How to Draw an Arc by Length in AutoCAD (Step-by-Step Guide)

Introduction

Arcs are among the most fundamental objects in AutoCAD. They appear in everything from architectural details to mechanical profiles, piping runs, and civil curves. Most arcs are created by radius or by passing through three points, but what if your design specifies the distance along the curve instead?

In older releases, AutoCAD offered a Start–End–Length option. That workflow no longer exists in AutoCAD 2020 and later. Instead, today’s users rely on indirect but more flexible methods to ensure an arc measures exactly the required length.

This tutorial explains five modern approaches — from simple property editing to parametric constraints — so you can confidently create arcs by length in any version of AutoCAD you’re likely to use today.

Comparison of Arc Creation Methods in AutoCAD

Table: Arc by Radius vs 3-Points vs Length vs Tangent

Comparison of Arc Creation Methods in AutoCAD
Method How It Works Best Used For Limitations Verification Tools
Arc by Radius Define an arc by start point, end point, and exact radius. Situations requiring precise radius control, e.g., construction details, mechanical parts, and structural elements. Requires knowing radius in advance; not ideal for irregular fits. DIMRADIUS, Properties palette.
Arc by 3 Points Define an arc by picking three points through which the curve passes. Fitting arcs to geometry, tracing scanned drawings, or survey-based layouts. Radius is unpredictable; bulge direction depends on pick order. Properties palette, DIMRADIUS.
Arc by Length Define or adjust an arc so its curved distance matches a required length. Pipe bends, fabrication cut lengths, road curves specified by arc length. Old Start–End–Length option deprecated; requires Properties, LENGTHEN, or DIMARC methods. Properties palette (Arc Length), LIST, DIMARC.
Tangent Arc Begin an arc tangent to an existing line, arc, or polyline, then specify end point. Smooth transitions, roadway design, mechanical tangents. Tangency can conflict with geometry if endpoints are misaligned. DIMRADIUS, Properties palette.

Why Control Arc Length?

Unlike a chord length (straight line between two points), the arc length measures the distance along the curved path. That number matters in many industries:

  • Fabrication and piping: Shop drawings often call out exact bend lengths (e.g., a 500 mm elbow).
  • Civil engineering: Road alignments and curve tables specify curves by arc length and degree.
  • Mechanical design: Cam profiles, gears, and custom parts require precise arc travel distances.
  • Consistency and QA: Matching arcs to spec avoids tolerance issues and site rework.

If your spec sheet says “Arc length = 500 mm”, these methods ensure your geometry matches.

Method 1: Edit Arc Length in Properties (Fastest)

The simplest modern workflow:

  1. Draw an arc using any method (3-Point, Start–Center–End, etc.).
  2. Select the arc and open the Properties palette (Ctrl+1).
  3. Locate the Arc Length property.
  4. Type the required value (e.g., 500). AutoCAD recalculates the radius automatically to satisfy the new length.
AutoCAD Properties palette with Arc Length property highlighted.

AutoCAD Properties palette with Arc Length property highlighted.

CAD Master Coach Tip: This is the fastest way to “retrofit” any arc to match a specific length. No need to redraw — just edit.

Method 2: Use the LENGTHEN Command

The LENGTHEN (LEN) command lets you modify an object to a total length, including arcs.

  1. Draw a rough arc.
  2. Type LEN
  3. Choose the Total Length option.
  4. Type the required arc length.
  5. Click the arc.
AutoCAD LENGTHEN command adjusting an arc to a total arc length.

AutoCAD LENGTHEN command adjusting an arc to a total arc length.

AutoCAD trims or extends the arc until its curved length matches the value you entered.

Use case: When you don’t care about exact radius but you need the arc to be exactly 500 units long.

Method 3: Interactive Control with Dynamic Input

Dynamic Input (F12) provides a more visual method:

  1. Turn on Dynamic Input (F12).
  2. Start drawing an arc (e.g., 3-Point).
  3. Watch the Arc Length field appear in the input tooltip near your cursor.
  4. As you hover for the final pick, type the exact arc length.
  5. Press Enter to lock it in.
Dynamic Input tooltip showing Arc Length field while drawing an arc.

Dynamic Input tooltip showing Arc Length field while drawing an arc.

This gives you a live preview of curvature while ensuring the final arc length matches your number.

Method 4: Parametric Constraints for Repeatability

For designs that require consistent, reusable arc lengths (pipe bends, fabrication blocks):

  1. Draw an arc.
  2. Open the Parametric tab → Parameters Manager.
  3. Create a User Parameter (e.g., ArcLen = 500).
  4. Constrain the arc’s Arc Length property to ArcLen.

Now, the arc flexes if endpoints move, but its arc length remains locked. This is ideal for template drawings or reusable blocks.

Method 5: Dimension-Driven with DIMARC

Sometimes it’s best to let the dimension itself drive the geometry.

  1. Draw an approximate arc.
  2. Place an Arc Length Dimension using DIMARC.
  3. In the Properties palette, lock or constrain that dimension.
  4. Enter the required arc length.
Arc length dimension applied with DIMARC in AutoCAD.

Arc length dimension applied with DIMARC in AutoCAD.

The arc adjusts until the dimension matches your input. This is useful in annotated drawings where the dimension callout needs to stay authoritative.

Verifying the Arc Length

No matter which method you choose, always verify:

  • LIST Command: Displays arc properties, including length.
  • Properties palette: Arc Length field confirms current value.
  • DIMARC annotation: Provides visible confirmation on plotted sheets.

Common Mistakes to Avoid

  • Arc won’t accept the value: The chord is too short for the requested length. Move endpoints or increase length.
  • Wrong curve direction: Point pick order controls bulge. Redraw or flip grips.
  • Chord vs arc length confusion: Remember, chord is straight, arc length follows the curve.
  • Unit mismatch: Verify UNITS settings before entering specs.

Pro Tips

  • Pair LENGTHEN with grips for fast adjustments in iterative design.
  • Store common arc lengths as blocks with parameters.
  • Use constraints in civil design to keep road curves aligned with survey data.
  • Always label arcs with DIMARC if length is the governing factor — don’t rely solely on radius.

Real-World Example: 500 mm Pipe Bend

  1. Draw a 3-Point arc between two fitting endpoints.
  2. Open Properties → Arc Length = 500.
  3. Verify with DIMARC annotation.
  4. Save as a reusable block for consistent bends throughout the drawing.

Related Pages

Step-by-step tutorial on using the AutoCAD ARC command to draw arcs by radius. Includes real-world examples, tips, and troubleshooting advice.
Learn how to use the Arc by 3 Points command in AutoCAD. Step-by-step instructions, practical examples, and tips for creating arcs that pass through three specific points.
Loading Conversation