AutoCAD offers ten powerful methods to draw arcs. Each method serves a unique purpose and gives you precise control over geometry. Below are the key methods explained in detail, with step-by-step instructions and practical examples.
1. Three-Point Arc
Description: Creates an arc by specifying three distinct points: the start, a point the arc will pass through, and the end.
How to do it:
- Type
ARC
orA
and press Enter. - Click the start point.
- Click a point along the arc.
- Click the endpoint.
Example: Click points (0,0), (5,5), and (10,0) → Creates a semicircular arc that arches upward.
Tip: This is ideal when the arc must pass through a known location or reference point.
2. Start, Center, End Arc
Description: Defines an arc using the start point, the center of the circle it belongs to, and the end point.
How to do it:
- Type
ARC
and press Enter. - Type
C
(Center) and press Enter. - Click the start point.
- Click the center point.
- Click the end point.
Example: Start at (10,10), center at (10,20), end at (20,20) → Arc curves clockwise from start to end.
Tip: Use this when you already know the exact center of the arc or are referencing a circular object.
3. Start, Center, Angle Arc
Description: Specify the start point, the center, and the angle of sweep of the arc.
How to do it:
- Start the
ARC
command. - Type
C
and press Enter. - Click the start point.
- Click the center point.
- Type
A
(Angle) and press Enter, then enter the angle value (e.g.,120
).
Example: Start = (0,0), Center = (0,10), Angle = 120 → Draws an arc sweeping 120° around the center.
Tip: A positive angle draws counterclockwise; negative draws clockwise.
4. Start, End, Angle Arc
Description: Draw an arc between two points by specifying the included angle.
How to do it:
- Start the
ARC
command. - Click the start point.
- Click the end point.
- Type
A
and press Enter. - Type the angle value (e.g.,
90
).
Example: Start = (5,5), End = (15,5), Angle = 90 → Draws an arc curving upward with a 90° sweep.
Tip: Angle direction and arc bulge depend on angle sign (+ or -). Preview before confirming.
5. Start, End, Direction Arc
Description: Define the start and end points, then control the tangent direction at the start.
How to do it:
- Start the
ARC
command. - Click the start point.
- Click the end point.
- Type
D
and press Enter. - Move your cursor or enter an angle value (e.g.,
90
).
Example: Start at (0,0), End at (10,0), Direction = 90° → Arc curves upward from the start point.
Tip: Use this when matching curves to an object’s slope or tangent path.
6. Start, End, Radius Arc
Description: Specify the start and end points, then set the arc’s radius.
How to do it:
- Start the
ARC
command. - Click the start point.
- Click the end point.
- Type
R
and press Enter. - Enter the desired radius (e.g.,
20
).
Example: Start = (0,0), End = (10,0), Radius = 20 → Arc bulges above or below the chord, depending on geometry.
Tip: If the input radius is too small or too large relative to the chord, AutoCAD may not generate an arc.
7. Center, Start, End Arc
Description: You first define the center of the arc, then the start point, and finally the endpoint.
How to do it:
- Start the
ARC
command. - Type
C
and press Enter. - Click the center point.
- Click the start point.
- Click the end point.
Example: Center = (5,5), Start = (5,10), End = (10,5) → Quarter-circle arc sweeping clockwise.
Tip: Order matters — the arc goes from the start to end in the shortest direction unless reversed.
8. Center, Start, Angle Arc
Description: Define an arc with a known center and start point, then sweep a given angle.
How to do it:
- Start the
ARC
command. - Type
C
and press Enter. - Click the center.
- Click the start point.
- Type
A
and press Enter, then enter the angle value (e.g.,90
).
Example: Center = (0,0), Start = (0,5), Angle = 90 → Arc sweeps counterclockwise from 12 o’clock to 3 o’clock.
Tip: This method is great for circular components with consistent segment angles.
9. Arc Between Two Lines (Tangent Arc)
Description: Draw an arc tangent to two lines or curves, forming a smooth transition.
How to do it:
- Go to Home > Draw panel > Curves > select Tangent Arc.
- Click the first line or arc.
- Click the second line or arc.
- AutoCAD creates an arc that is tangent to both.
Example: You have two road segments (lines). Select both — AutoCAD draws a curved corner (similar to fillet).
Tip: This is especially useful in piping, roads, and mechanical linkages.
10. Drawing Clockwise or Counterclockwise Arcs
Description: AutoCAD draws arcs counterclockwise by default. You can reverse the direction during input.
How to do it:
- Start any arc method.
- Hold
Ctrl
when specifying points to flip the arc direction.
Example: In a center-start-end arc, holding Ctrl
before clicking the endpoint reverses sweep direction.
Tip: This shortcut allows directional control without changing angles or geometry manually.
Additional Tips for Drawing Arcs
- Use OSNAP (F3) to accurately snap to endpoints, midpoints, and intersections.
- Preview before clicking: Arc preview dynamically updates based on cursor position.
- To trim or split a full circle into arcs, use
TRIM
,BREAK
, orEXPLODE
commands. - Combine
ARC
withFILLET
orPOLYLINE
for continuous curves and tangent segments. - Use
PROPERTIES
(Ctrl + 1
) to edit arc parameters like radius, angle, and length after drawing.
Summary Table of Arc Drawing Methods
Method | How to Use / Example |
---|---|
Three-Point Arc | Click start, through point, then end |
Start, Center, End | Click start → center → end |
Start, Center, Angle | Click start → center → type angle |
Start, End, Angle | Click start → end → type angle |
Start, End, Direction | Click start → end → specify direction |
Start, End, Radius | Click start → end → type radius |
Center, Start, End | Click center → start → end |
Center, Start, Angle | Click center → start → type angle |
Tangent Arc Between Lines | Click two lines/curves → AutoCAD draws tangent arc |
Reverse Arc Direction | Hold Ctrl while clicking to reverse arc direction |
Conclusion
By mastering these arc creation methods in AutoCAD, you’ll gain maximum control over curves in your designs — from simple corner rounding to complex mechanical sweeps. Each method serves a specific use case, whether you need to define arcs by points, angles, radii, or tangents.
Experiment and combine methods — like drawing with a center-angle arc and trimming it — to handle any drawing situation with confidence and precision.