Quick Access Search All Tools Ctrl+K Help & Tool Guide

Revision clouds highlight areas of a drawing that have been changed or require attention. They consist of arcs forming a cloud-like outline — instantly recognizable to anyone reviewing a drawing.

Creating Revision Clouds

Type REVCLOUD at the command line or find it on the Home > Draw panel.

Rectangular
Pick two opposite corners. AutoCAD draws a rectangular revision cloud.
REVCLOUD → Rectangular
Polygonal
Pick points to define a custom polygon shape around the revised area.
REVCLOUD → Polygonal
Freehand
Draw by dragging the cursor — creates an organic, freehand cloud shape.
REVCLOUD → Freehand
Object
Convert an existing closed shape (circle, polyline, ellipse, spline) into a revision cloud.
REVCLOUD → Object

Arc Length Settings

The cloud is made of arcs. Shorter arcs = more bumps, tighter cloud. Longer arcs = fewer bumps, smoother cloud. Set arc length during the REVCLOUD command:

SettingHow to SetNotes
Minimum arc lengthREVCLOUD → Arc length → enter valueMinimum bump size. Usually set equal to or slightly less than maximum.
Maximum arc lengthEntered immediately after minimumMaximum bump size. Must be ≤3x the minimum per the REVCLOUD rule.
Default arc lengthSaved in drawing; changes per drawingAutoCAD remembers the last-used arc length per drawing file.
📌 Recommended arc length: For a 1:1 drawing, try 3–6 inches minimum / maximum. For a drawing at 1:50 scale (and if you want the cloud to print at 6mm bumps), set arc length to 300mm.

Styles

StyleDescriptionWhen to Use
NormalStandard uniform arcsMost drawings; clean, professional look
CalligraphyVariable-width strokes that vary with direction (simulates pen pressure)When a hand-drawn or artistic look is needed

Change style with: REVCLOUD → Style option. The system variable REVCLOUDGRAPHIS stores the style (1 = Normal, 2 = Calligraphy).

System Variables

VariableDescriptionValues
REVCLOUDARCVARIANCEAmount of randomness/variance in arc sizes (introduced in AutoCAD 2021)0 = uniform; 1 = maximum variance
REVCLOUDGRAPHISGraphical style of revision cloud arcs1 = Normal; 2 = Calligraphy
REVCLOUDMAXARCLENMaximum arc length stored for REVCLOUD commandDrawing units (positive value)
REVCLOUDMINARCLENMinimum arc length stored for REVCLOUD commandDrawing units (positive value)

Workflow: How to Use Revision Clouds Professionally

Here's the standard workflow for revision markups on drawings:

StepActionDetails
1Create a "Revision" layerName: REV-CLOUD. Color: Red (1) or Magenta (6). Lineweight: 0.25mm.
2Set layer as currentAll revision clouds drawn on this dedicated layer.
3Draw revision cloudUse REVCLOUD → Rectangular or Polygonal to surround the changed area.
4Add revision triangle/tagAdd a revision identifier (letter or number) near the cloud, typically in a small delta/triangle symbol.
5Update revision table in title blockRecord revision letter, date, description, and approver in the title block revision table.
6Issue drawingPublish/plot. Revision clouds remain on the drawing as a permanent record.
📌 Best practice: Never delete old revision clouds. Keep them on the drawing as a historical record. Use layer control to hide/show revisions as needed.
📖 Converting existing shapes: You can convert any closed polyline, circle, ellipse, or spline to a revision cloud using REVCLOUD → Object. This is handy if you've already sketched the area with a circle or polyline.

Editing Existing Revision Clouds

TaskHow To
MoveSelect cloud → grip edit (center grip) or MOVE command
ResizeSelect cloud → use vertex grips to reshape. Or delete and redraw.
Change arc lengthCannot change arc length of existing cloud. Delete and redraw with new arc length setting.
Change styleCannot change style after creation. Delete and redraw with desired style.
Convert back to polylineEXPLODE the revision cloud to convert it to a regular polyline of arcs.