0
0
SolidworksHow-ToBeginner · 3 min read

How to Draw Donut in AutoCAD: Step-by-Step Guide

In AutoCAD, you can draw a donut shape using the DONUT command. This command creates a filled ring by specifying the inside and outside diameters. Simply type DONUT, enter the inside and outside diameters, then click to place the donut on your drawing.
📐

Syntax

The DONUT command syntax in AutoCAD is simple:

  • Inside diameter: The diameter of the hole inside the donut.
  • Outside diameter: The total diameter of the donut including the ring.
  • Center point: The point where you want to place the donut on the drawing.

You start the command by typing DONUT in the command line, then follow the prompts.

plaintext
DONUT
Inside diameter: <number>
Outside diameter: <number>
Specify center point for donut or [Edge]: <click point>
Output
A donut shape appears on the drawing with the specified inside and outside diameters.
💻

Example

This example draws a donut with an inside diameter of 2 units and an outside diameter of 5 units, placed at a point you click.

plaintext
DONUT
Inside diameter: 2
Outside diameter: 5
Specify center point for donut or [Edge]: (click a point on the drawing)
Output
A donut shape with a 2-unit hole and 5-unit outer diameter appears at the clicked location.
⚠️

Common Pitfalls

  • Inside diameter larger than outside diameter: AutoCAD will show an error or not create the donut.
  • Zero or negative diameters: The command requires positive numbers; zero or negative values cause failure.
  • Not clicking a point: You must specify the center point by clicking or typing coordinates.

Always ensure the inside diameter is smaller than the outside diameter and both are positive.

plaintext
DONUT
Inside diameter: 6
Outside diameter: 4
Specify center point for donut or [Edge]: (click point)

// This will cause an error because inside diameter is larger than outside diameter.
Output
Error: Inside diameter must be smaller than outside diameter.
📊

Quick Reference

StepAction
1Type DONUT in the command line and press Enter
2Enter inside diameter (hole size) and press Enter
3Enter outside diameter (total size) and press Enter
4Click the point on the drawing to place the donut

Key Takeaways

Use the DONUT command to create ring shapes by specifying inside and outside diameters.
Inside diameter must be smaller than outside diameter and both must be positive numbers.
Click or specify the center point to place the donut on your drawing.
Avoid zero or negative diameters to prevent errors.
The DONUT command is quick and useful for creating filled rings in AutoCAD.