Autodesk Inventor

CAD Co-Pilot is an AI chat assistant built into Autodesk Inventor as an add-in. Describe what you want in plain language and CoPilot carries out the work in your open document — sketches, features, drawings, assemblies, sheet metal, stress analysis and Vault — reporting each step as it goes.

Installation

Run the Autodesk Inventor CAD Co-Pilot MSI installer (the per-CAD installer for Inventor). Close Inventor before installing. When the installer finishes, restart Inventor; the add-in loads automatically and its ribbon button appears.

If the button is missing, open Tools → Add-Ins and confirm CAD Co-Pilot is loaded and set to load on start-up.

Where to find CoPilot

On the Inventor ribbon, find the AI Co-Pilot button in the AI Assistant panel. Click it to toggle the chat panel open or closed. A CoPilot Help button sits next to it and opens this help.

The AI Co-Pilot button on the Inventor ribbon
The AI Assistant panel on the Inventor ribbon.
Inventor with the CAD Co-Pilot panel docked on the right, showing a completed fillet operation
The CoPilot panel docked in Inventor. The reply reports each edge it selected and the measured volume change, so you can confirm the result rather than take the assistant's word for it.

Your first prompts

Create a new part
Create a 50 mm cube
Take a screenshot of the current model

Then move on to the worked examples in Part Modeling.

Two Inventor-specific habits

Save the part before anything that needs real geometry — particularly a stress study. An unsaved Inventor part cannot be meshed properly, and the fallback approximation is roughly twice as stiff as the real part. CoPilot says so when this happens; do not ignore it.

Name directions by axis, not by word. Inventor's own direction enumerations do not have a consistent world meaning between a join and a cut on the same sketch, so “positive” is not a reliable instruction. Say +Z or -X and it is honoured regardless of the sketch plane's orientation.

What CoPilot can do in Inventor

Model states and representations

Inventor has several variant mechanisms and CoPilot handles them by their proper names. Ask what exists first:

List the variants of this document

You will get back model states, positional representations, design view representations, levels of detail and, for an iPart or iAssembly, its family members.

Create a model state called "Machined" copied from the primary one
Activate the "Assembled" positional representation
Point the bracket component at its "Left hand" model state

Levels of detail are deprecated by Autodesk and are read-only here — they can be listed and activated, but not deleted.

iPart and iAssembly members cannot be deleted from chat, because that means editing a factory table row. Create and activate work normally.

Component suppression does not vary per model state in the way SOLIDWORKS configurations vary per configuration. If you need suppression to differ, activate the model state and check the component list before relying on it.

iLogic — and why there is no macro recorder

Inventor does not support native macro recording, and CoPilot will tell you so rather than pretending to record. Inventor's automation story is iLogic, and that works well:

Write an iLogic rule that sets the plate thickness from the "Thickness" parameter, then run it
Run the iLogic rule that exports the active part as STEP

iLogic rules can also be stored in the Automation Hub with named parameters, so colleagues can run them without opening the rule editor. CoPilot's own recorded macros work in Inventor exactly as in the other CAD systems — see Macros.

Application preferences

Inventor preferences are addressed by their option object — for example GeneralOptions at application scope, or Document:DrawingSettings for the active document. A document-scoped preference needs a matching document type open.

List the Inventor general options whose names contain "units"

Data management

If your organization uses Autodesk Vault, CoPilot uses the vault Inventor is already signed in to — check in and out, search, read and write properties, drive lifecycle transitions, revise files and export BOMs. All 29 data-management operations are implemented against the Vault SDK. See Autodesk Vault.

Things that behave differently or are not available on Inventor

See also