Fresh CAD workflows and visual systems every week.

Precision & Editing

CIRCLE Command: All Options Explained

AutoCAD Tips Team Published March 27, 2026 Updated March 27, 2026

You type C, press Enter, click a center point, set a radius.

Done. Circle created.

That’s how most people use it.

Then one day, you notice something. The command line shows more options. 2-point, 3-point, tangent… and you pause for a second:

“Why are there so many options?”

If all you need is a simple circle, center and radius seems enough.

But in real drawings, it’s not always that straightforward.

Sometimes you don’t know the center. Sometimes the circle needs to touch other objects. Sometimes you’re working from existing geometry instead of measurements.

That’s where these options come in.

In this guide, I’ll walk through each CIRCLE method, when to use it, and how to choose the right one without overthinking it.

The Basic Circle (Center, Radius)

This is the one everyone starts with.

You type C, pick a center point, then enter a radius or click a distance.

Simple. Direct. Works in most cases.

If you already know the center and size, this is the fastest way to draw a circle. No extra steps, no decisions.

That’s why it’s the default.

You’ll use it for things like:

  • Basic geometry
  • Layout work
  • Anything with clear dimensions

It’s also easy to control.

You can type an exact value for the radius, which makes it precise. Or you can click visually if precision isn’t critical.

Most users stop here.

And honestly, that’s fine for a lot of situations.

But the moment you don’t know the center, or need the circle to relate to other objects, this method starts to fall short.

That’s where the other options come in.

Center, Diameter Option

This one is almost the same as the basic method.

You still pick a center point first.

But instead of defining a radius, you define a diameter.

At first, it might feel unnecessary.

Why not just divide by two and use radius?

But in real work, especially in mechanical drawings, diameter is often the value you’re given.

If a spec says “Ø50,” you don’t want to stop and calculate 25 every time. You just use the diameter option and move on.

It’s a small thing.

But small things add up.

The workflow looks like this:
Pick center → choose Diameter option (D) → enter value.

That’s it.

I tend to switch between radius and diameter depending on what information I have.

If I’m thinking in radius, I use radius.
If the drawing or spec gives diameter, I use diameter.

No need to overcomplicate it.

Just match the input to how the information is given.

2-Point Circle

This is where things start to get more practical.

The 2-point circle doesn’t ask for a center.

Instead, you pick two points, and AutoCAD creates a circle using those points as the diameter.

So those two points define the full width of the circle.

This is useful when you already have geometry in your drawing.

For example, you have two endpoints and you need a circle that fits exactly between them. Instead of calculating the center and radius, you just pick those two points.

Done.

It’s faster and more intuitive in those cases.

I’ve noticed this works well when:

  • You’re working from existing lines or points
  • The center isn’t obvious
  • You want to avoid manual calculations

It’s not something you’ll use every minute.

But when the situation fits, it’s actually quicker than the standard method.

And that’s really the point of these options.

Less calculation, more direct input.

3-Point Circle

This one is a bit different.

Instead of defining size directly, you define the circle using three points.

AutoCAD creates a circle that passes through all three.

So you’re not thinking in terms of center or radius at all.

You’re saying: “Make a circle that goes through these exact locations.”

This is useful when you’re working with existing geometry.

For example, you have three points on a drawing and need a circle that fits them perfectly. Instead of measuring or calculating anything, you just click those points.

AutoCAD figures out the rest.

It’s especially helpful in:

  • Irregular layouts
  • Reverse engineering shapes
  • Situations where dimensions aren’t given directly

At first, it can feel less predictable.

You click three points and wait to see what happens.

But once you get used to it, it becomes a really practical tool.

You’re not defining the circle.

You’re letting the geometry define it for you.

Tangent, Tangent, Radius (TTR)

This is one of the most useful options in real projects.

The idea is simple.

You create a circle that is tangent to two objects and has a specific radius.

So instead of placing a circle freely, you’re fitting it into existing geometry.

The workflow looks like this:
Pick first object → pick second object → enter radius.

AutoCAD places the circle so it touches both.

This is extremely common in design work.

Think about fitting a rounded element between two lines. Or creating a circle that sits perfectly between two boundaries.

Without TTR, you’d have to calculate positions manually.

With TTR, it’s direct.

There are a couple of things to watch out for.

First, object snaps matter. If you don’t select the correct edges, the result won’t be what you expect.

Second, the radius has to make sense for the geometry. If it’s too large or too small, AutoCAD might not be able to create the circle.

Once you get used to it, this becomes one of those tools you reach for without thinking.

Because it saves time and removes guesswork.

Choosing the Right Option

With all these options, it’s easy to overthink things.

But in practice, the choice is usually simple.

If you know the center and size, use center-radius or center-diameter. That covers most basic cases.

If you’re working from existing points, use 2-point or 3-point. These save you from calculating anything manually.

If the circle needs to fit between objects, go with TTR or TTT. That’s where they really shine.

I don’t think about all options every time.

I just ask one question:

“What information do I have right now?”

  • Center + size → basic methods
  • Points → 2-point or 3-point
  • Geometry constraints → tangent options

That’s it.

You don’t need to memorize everything upfront.

You just need to recognize the situation.

And once you do that, choosing the right option becomes almost automatic.

Common Mistakes and Confusion

Most issues with the CIRCLE command come from using the wrong option for the situation.

The most common one is sticking only to center-radius.

It works, but people try to force it into situations where it doesn’t fit. Then they end up guessing positions or doing unnecessary calculations.

Another mistake is mixing up radius and diameter.

You enter a value expecting one result, but the circle comes out twice as big or half the size. It’s a small detail, but it happens a lot.

Tangent options can also be confusing at first.

You select objects, but the circle appears in an unexpected place. Usually, that comes down to where you clicked or which edges AutoCAD used.

Object snaps matter here.

If you’re not precise, the result won’t be either.

I’ve also seen people avoid the advanced options completely.

They stick to what they know, even when it’s slower.

The issue isn’t complexity.

It’s familiarity.

Once you try these options a few times in real situations, they start to make sense. And a lot of those small frustrations disappear.

Speed Tips for Using CIRCLE

Once you understand the options, the next step is using them quickly.

The simplest tip?

Use the shortcut.

Type C, press Enter, and you’re in the command. No need to click through menus.

Then there’s object snaps.

They make a huge difference. Center, endpoint, tangent… using the right snap means you don’t have to guess positions. You just lock onto the exact point you need.

Another small habit is watching the command line.

It shows available options like Diameter, 2P, 3P, TTR. You don’t need to remember everything. Just type the letter for the option when you need it.

You can also combine CIRCLE with other commands.

For example:

  • Use OFFSET to create parallel geometry, then place circles relative to it
  • Use TRIM to clean up after placing circles
  • Use OSNAP to position circles precisely

These small habits add up.

You’re not just drawing circles.

You’re placing them exactly where they need to be, with less effort and fewer steps.

Real Workflow Examples

This is where everything starts to click.

In a simple drawing, you might use center-radius for basic elements. Quick, direct, no extra thinking.

In a mechanical part, diameter often comes into play. You’re given exact specs, so center-diameter becomes more natural.

Then you run into a situation where the center isn’t clear.

Maybe you have two endpoints and need a circle between them. That’s where 2-point makes more sense.

Or you’re working with three known points from existing geometry. Instead of measuring, you use 3-point and let AutoCAD figure it out.

Now imagine fitting a circle between two lines.

You don’t want to calculate distances. You just use TTR and define the radius.

And in more complex cases, where a circle needs to touch multiple objects, TTT does the job.

This is how it usually works in practice.

You don’t stick to one method.

You switch based on what the drawing gives you.

That’s what makes the CIRCLE command more flexible than it looks at first.

Where Vagon Cloud Computer Fits In

Working with the CIRCLE command often comes down to precision. You’re snapping to exact points, selecting edges, and fitting geometry between objects. When everything responds instantly, that process feels smooth and controlled.

In more complex drawings, that responsiveness can drop. Object snaps lag slightly, selections don’t feel as precise, and placing circles becomes a bit frustrating, especially with options like TTR or TTT.

This is where Vagon Cloud Computer makes a difference. By running AutoCAD on a high-performance cloud machine, commands execute instantly and object snaps respond without delay. Placing circles, even in detailed or heavy drawings, feels accurate and consistent.

That stability matters.

You’re not fighting the system while trying to be precise. You’re just focusing on the geometry.

It also helps in team environments. Different hardware setups can affect how smoothly AutoCAD runs. With Vagon, everyone works in a similar environment, which keeps performance consistent across the board.

It doesn’t change how the CIRCLE command works. But it makes using it, especially for precise operations, much more reliable.

Final Thoughts

At first, the CIRCLE command looks simple.

Just pick a center and set a radius.

But once you explore the options, you realize it’s a lot more flexible than that.

Different situations need different approaches.

Sometimes you know the size. Sometimes you only have points. Sometimes the circle has to fit between existing geometry.

That’s why these options exist.

My take?

Don’t try to memorize everything upfront.

Start with the basics. Then, as you run into different situations, try the other options. That’s when they start to make sense.

Over time, you won’t think about it much.

You’ll just pick the method that fits the situation.

And that’s when the CIRCLE command becomes more than just a basic tool.

FAQs

1. What is the default method of the CIRCLE command?
The default is center-radius, where you pick a center point and define the radius.

2. When should I use diameter instead of radius?
Use diameter when your measurements or specifications are given in diameter, which is common in mechanical drawings.

3. What is the 2-point circle option?
It creates a circle using two points as the diameter, useful when you already have endpoints defined.

4. What is the 3-point circle used for?
It creates a circle that passes through three selected points, helpful when working with existing geometry.

5. What does TTR mean?
Tangent, Tangent, Radius. It creates a circle tangent to two objects with a specified radius.

6. What is the difference between TTR and TTT?
TTR uses two objects and a radius, while TTT creates a circle tangent to three objects without needing a radius.

7. Why is my circle not tangent as expected?
It usually depends on where you clicked on the objects or incorrect object snap usage.

8. Do I need to learn all circle options?
No. Start with basic methods and learn others as needed.

9. Which circle method is most commonly used?
Center-radius is the most commonly used, but others become important in specific situations.

Get Beyond Your Computer Performance

Run applications on your cloud computer with the latest generation hardware. No more crashes or lags.

Vagon cloud computer setup Speed Up Your Computer Trial includes 1 hour usage + 7 days of storage.