AutoCAD
CAD Co-Pilot works in AutoCAD as a drafting assistant: lines, arcs, blocks, xrefs, layers, annotation and drafting symbols, layouts and plotting. AutoCAD is not a feature-based modeller, so this page is as much about what CoPilot does not do here as what it does — and it is specific about both.
Versions
- AutoCAD 2026 is the supported release.
- AutoCAD LT is not supported, and cannot be — LT has no plug-in platform at all. CAD Co-Pilot requires full AutoCAD.
- The verticals — Mechanical, Electrical, Civil 3D, Plant 3D, Architecture, Map 3D — load the plug-in and work at plain-AutoCAD level. Their own object models are not addressed.
- AutoCAD for Mac and AutoCAD Web are out of scope.
Installation and where CoPilot appears
CoPilot installs for AutoCAD as an Autodesk plug-in bundle that loads automatically when AutoCAD starts — there is nothing to enable per session. Your administrator handles this; if the tab is missing after a restart, see Troubleshooting.
You get a ribbon tab called CAD CoPilot with one panel and five buttons:
| Button | Command | What it does |
|---|---|---|
| Macros | COPILOTMACROS | Opens the macro library in the desktop agent. See Macros. |
| Variations | COPILOTVARIATIONS | Opens the variations dialog. See Variations. |
| Stop Connection / Restart Connection | COPILOTCONNSTOP / COPILOTCONNRESTART | One toggle; the caption tells you the current state. |
| Desktop Agent | COPILOTAGENT | Opens the chat. COPILOT does the same. |
| Help | COPILOTHELP | Opens this documentation. |
AutoCAD gets five ribbon buttons where the 3D systems get nine. The four that are missing — Part from Drawing/PDF/Image, Part from Mesh, Drawing from Reference and Refeature Solid — all produce 3D parts, which this backend cannot do. They are omitted rather than shown and refused.
Units: check this before anything else
acadiso.dwt with INSUNITS set to millimetres. A drawing you opened is converted from whatever INSUNITS says — and if INSUNITS is unset, CoPilot assumes millimetres and says so in every reply (“unitless (assumed mm)”). If you see that and the drawing is really inches, set INSUNITS before going further.What CoPilot can do in AutoCAD
Drawing and editing 2D geometry
Lines, circles, arcs (by centre and angles, or by three points), ellipses, splines through fit points, rectangles and regular polygons. Move, rotate, copy, mirror, offset, uniform scale, erase, and rectangular or polar arrays.
Every entity is reported by its AutoCAD handle — the same hexadecimal id AutoCAD itself uses, which survives saving and reopening — so you can refer back to exactly what was created.
Annotation and drafting symbols
Notes as MText, and proper drafting symbols rather than drawn approximations:
- Geometric tolerance — a native AutoCAD feature control frame, all fourteen characteristics, plus datum symbols.
- Weld symbols to ISO 2553, including all-around and field-weld flags.
- Surface-finish symbols to ISO 1302, with Ra value, production method and lay direction.
- Balloons in five shapes, with leaders.
- Centre marks on circles and arcs, on the CENTER linetype.
- Detail views — a real scaled, circularly clipped block reference with a source marker, boundary circle and a “DETAIL A (2:1)” label, lettered automatically.
DIMLINEAR, DIMRADIUS and so on — and answer the prompts. This is the one place where the 3D systems are meaningfully ahead; see Drawings & Dimensions for what they do.Blocks and xrefs
Blocks are AutoCAD's re-use mechanism, and CoPilot treats them as first-class: create a block from selected entities (attributes and nested references carried across), insert a reference from a file or from a definition already in the drawing, and read back the block name, scale, rotation and attribute values.
External references get the full set: attach and overlay, detach, bind, repath, and reload or unload. Listing the drawing's references reports nested xrefs hierarchically, with each one's path and AutoCAD's own load status.
Layers and linetypes
Create a layer with its colour, linetype and current-status in one go; turn layers on and off, freeze, thaw, lock, unlock, delete; read back every layer's colour, linetype, lineweight, transparency, state and how many entities are on it. Linetypes load from the standard pattern files automatically, and everyday names (“dashed”, “dash-dot”, “centre”) are understood.
Layouts and plotting
Model space and every existing layout are addressable as places to put geometry and annotation — say which one you mean and CoPilot draws there. Export supports PDF (a real plot through the standard PDF plotter), DXF and DWG, and each export is verified on disk afterwards, so a plot that produced no file is reported as a failure rather than a success.
- CoPilot cannot create, rename or delete a layout. The layout must already exist in the drawing or its template.
- Only the current layout can plot, so CoPilot switches to the one you asked for, plots, and switches your tab back. You may see the tab flick.
- A layout plots at 1:1 — AutoCAD refuses scale-to-fit and centring for layout plots. Only model space is fitted and centred.
Selection, properties and preferences
CoPilot can set AutoCAD's real pick set — and it reads it back, so it only claims a selection that the drawing agrees with. You can select by kind (curves, lines, circles, arcs, polylines, text, dimensions, blocks, hatches, leaders, feature control frames…), by a name substring, or by pattern, and add to, remove from, replace or clear the current selection.
Drawing properties (title, author, revision, and your own custom properties) can be read and written. System variables and the Options tree can both be read and set — and for variables where the number means something, the reply says what it means rather than leaving you to look it up.
Running any AutoCAD command
Whatever is not covered above is still reachable: CoPilot can search a catalogue of AutoCAD's commands — including where each one lives on the ribbon — and run one by name with its option keywords.
This is the escape hatch for dimensioning, hatching, PDF import and anything else without a direct operation. See When a Dialog Appears for how CoPilot handles a command that stops and asks.
3D solids that already exist
If your DWG contains 3D solids, CoPilot can inspect and lightly edit them: list their faces with type, outward normal, area, radius and bounding box; push a named face along its normal to add or remove material, with the volume measured before and after; and scale a solid uniformly.
What is not available in AutoCAD
These are refused by name, with the reason — you will never get a fabricated success:
- 3D solid modelling — every creation feature, and every boolean and surfacing operation.
- A feature tree — there is no history in a DWG. AutoCAD's own
UNDOis the way back. - Parametric sketches and constraints — coincident, concentric, tangent, dimensional and the rest.
- Assemblies and mates — the AutoCAD equivalents are xrefs and block references, and those are supported.
- Faces, edges and vertices of 2D geometry — a 2D drawing has none. Face-flavoured requests are refused and told what is selectable.
- Mass properties and materials — there is no density in a DWG.
- Sheet metal, simulation, CAM, nesting, and mould or casting tooling.
- Equations, design tables and configurations.
- Datum planes, axes, points and coordinate systems.
- Creating dimensions, layouts, hatches, BOM tables and drawing tables — use AutoCAD's own commands for these.
- Recording a native AutoCAD macro or running an external script through CoPilot. AutoCAD's own
SCRIPTand LISP can still be launched as commands.
Macros, variations and the markup board on AutoCAD
- Macros work. The recorder captures the CoPilot operations you run against AutoCAD, and a macro replays them as one approved run — the same as on any other CAD. What is not available is recording AutoCAD's own native macro format.
- Variations are limited to custom properties. A DWG has no features, parameters, materials or configurations to drive, so that is the only kind a template can capture here.
- The markup board works, but cannot pick a face. You can draw on an AutoCAD screenshot and discuss it, and the camera is reported accurately — but the underlying face lookup is not implemented for AutoCAD, so asking “what did I circle?” always comes back with no face. Note also that a screenshot of a paper-space layout carries no camera at all, by design: each floating viewport shows model space at its own scale, so there is no single camera to report.
Three more things worth knowing
- Screenshot sizes are approximate. AutoCAD reshapes a capture to the viewport's aspect ratio, so asking for 1000×1000 may give you 1000×424. CoPilot reports the size of the image it actually wrote, not the size you asked for — crop afterwards if you need exact.
- A 2D drawing asked for an isometric view is shown from the top instead, with a note saying so. An oblique view of a flat plan is never what was meant.
- Word reports cannot be generated from inside AutoCAD. AutoCAD ships its own copy of the document library and wins the conflict. Excel and PDF output work normally.
See also
- The Desktop Agent — where you type, since the chat is not in AutoCAD.
- Chat Basics · Examples
- Macros · Variations · Markup Board
- Showing & Hiding · When a Dialog Appears
- Verifying results · Troubleshooting & FAQ