Circle

The circle command has many options, as you can see by going to Draw Circle. The two most relevant options are drawing a circle with a center point and either a radius or a diameter. Select one of the two options from the menu bar and then click once to specify the center point and then enter either the radius or diameter.


Circle Quick Reference

Command

circle

Alias

c

Menu bar

Draw Circle ⇢ Choose option

Important Options

Menu bar:

Draw Circle ⇢ Center, Radius - Specify the center and then the radius.

Draw Circle ⇢ Center, Diameter - Specify the center and then the diameter.


Command Window: (after specifying the center)

Diameter - Specify a diameter instead of a radius.

Command Window Examples (remember to type the spaces into the command window)

Draws a circle with a 5 unit radius:

: circle 0,0 5

 

Draws a circle with a 5 unit diameter:

: circle <specify center point with mouse> d 5