Skip to main content

Circle

The circle command draws a circle defined by a center point and a radius. After the center is clicked you can set the radius either by clicking a second point on the canvas or by typing an exact number — both options are live at the same time.

Drawing a circle

  1. Type circle in the terminal or click the Circle toolbar button.
  2. Click the center point, or type X,Y and press Enter for an exact coordinate.
  3. Set the radius — either:
    • Click any point on the canvas — the distance from the center becomes the radius, or
    • Type the radius and press Enter for an exact value.

The circle is placed immediately and the command exits.

center ●
\ radius line preview
\
● ← click here, or type a number

While in the radius phase, the live preview shows the circle at the current cursor distance and also draws a radius line from center to the current point.

Center coordinate entry

Instead of clicking, you can type the center position:

  1. Type the X value.
  2. Press , — the terminal shows [X], [Y{cursor}].
  3. Type the Y value.
  4. Press Enter to place the center and advance to radius input.

Typed radius input

After the center is placed, typing immediately builds up a radius value:

KeyAction
09, .Append digit to the radius value
BackspaceDelete the last typed character
EnterPlace the circle at the typed radius

The accumulated value is shown in the terminal prompt (e.g. enter radius of circle: 25). The preview updates to show the typed radius while the cursor controls the direction of the radius line marker.

Keyboard reference

KeyAction
09, ., -Start X coordinate entry (center phase), or radius digit (radius phase)
,Lock X and move to Y entry (center phase)
BackspaceDelete last typed character
EnterConfirm typed coordinate or radius
EscapeCancel and reset

Grip editing — resizing the radius

A selected circle exposes five grips:

GripPositionWhat it does
CenterCenter pointMoves the whole circle; radius stays unchanged
LeftLeftmost point (center − radius)Drag to set a new radius = distance to center
RightRightmost point (center + radius)Drag to set a new radius = distance to center
TopTopmost pointDrag to set a new radius = distance to center
BottomBottommost pointDrag to set a new radius = distance to center

All four cardinal grips behave identically — the new radius equals the distance from the center to the drag position. The center stays fixed.

Selecting circles

MethodBehaviour
ClickSelects if the click lands near the circumference
Drag right (strict)The entire bounding square (center ± radius) must lie inside the box
Drag left (crossing)Any part of the circumference that crosses or touches the box boundary selects the circle

Supported edit commands

CommandWhat happens to the circle
MoveTranslates the center; radius unchanged
CopyCreates an identical circle at a new center
RotateRotates the center around the base point; radius unchanged
MirrorReflects the center across the mirror axis; radius unchanged
ScaleScales the center position and multiplies the radius by the scale factor
OffsetCreates a concentric circle at a larger or smaller radius
DeleteRemoves the circle

Properties

General

PropertyDefaultMeaning
Color256 (ByLayer)ACI color index
Layer0Layer assignment
LinetypeByLayerNamed linetype pattern
Linetype Scale1Scale factor on the linetype pattern
Thickness0Extrusion thickness

Geometry

PropertyMeaning
Center X / Center YCoordinates of the center point
RadiusCircle radius in drawing units

Circle vs Arc — when to use which

CircleArc
SpanFull 360°Partial — defined by start and end angle
How to drawCenter + radiusThree points on the curve
Typed inputRadius valueNone — click-only
Resize grip4 cardinal pointsStart and end points (angle + radius)
DimensioningRadius: Dim Radius · Diameter: Dim DiameterDim Radius
Best forFull holes, bolt circles, round featuresFillets, partial curves, arched paths

DXF — CIRCLE entity

Circles are saved as CIRCLE entities in the DXF file. Center coordinates, radius, color, layer, linetype, linetype scale, and thickness all round-trip without loss. Any DXF-compatible application reads these as standard circles.