Engineer IDEA

AutoCAD 2026 Circle Command

AutoCAD 2026 Circle Command details with 3 examples

There are several ways to define a circle in AutoCAD, and each method offers flexibility depending on what is needed. Here are the main ways to draw a circle in AutoCAD:

Circle Command Options:

  1. Center, Radius (C, R): Specifies the center point and radius of the circle.
  2. Center, Diameter (C, D): Specifies the center point and diameter of the circle.
  3. 2 Points (2P): Draws a circle through two points on the circumference (essentially defining the diameter).
  4. Tangent, Tangent, Radius (TTR): Draws a circle tangent to two objects with a specified radius.

Examples of Circle Command Usage:

1. Center, Radius (C, R):

Steps:

  • Type CIRCLE or C in the command line.
  • Specify the center point (click or enter coordinates).
  • Specify the radius (enter a value or use the mouse to drag).

Example:

  • Command: CIRCLE
  • Center point: (5, 5)
  • Radius: 3

This will draw a circle centered at point (5, 5) with a radius of 3 units.

2. Center, Diameter (C, D):

Steps:

  • Type CIRCLE or C in the command line.
  • Specify the center point.
  • Specify the diameter (enter a value).

Example:

  • Command: CIRCLE
  • Center point: (0, 0)
  • Diameter: 10

This will draw a circle with a center at the origin (0, 0) and a diameter of 10 units.

3. 2 Points (2P):

Steps:

  • Type CIRCLE or C in the command line.
  • Choose the “2P” option by typing it or selecting it from the context menu.
  • Specify two points on the circumference of the circle.

Example:

  • Command: CIRCLE
  • Point 1: (2, 3)
  • Point 2: (6, 3)

This will draw a circle that passes through the points (2, 3) and (6, 3), and the distance between these points defines the circle’s diameter.


Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top