Troubleshooting & FAQ

The problems people actually hit, and what to type to fix them. Setup issues first, then modelling, then drawings, assemblies and simulation.

Setup and connection

The add-in is not visible in my CAD application

Make sure the add-in is enabled in your CAD system's add-in manager:

  • SOLIDWORKSTools > Add-Ins, enable CAD Co-Pilot (tick both the active and start-up checkboxes).
  • Inventor — check the Add-In Manager and enable the add-in if it is not loaded.
  • NX — restart NX after installation; the add-in loads on the next start.
  • Solid Edge — the ribbon tab appears after restarting Solid Edge following installation.

"Please sign in" or connection failed

Check, in this order:

  • The server URL in Settings is correct.
  • You are signing in with your organization account (the credentials from your CADCoPilot administrator).
  • Your network can reach the server (VPN, proxy or firewall may block it).

Quick checks that the CAD link is healthy

What document is active?
Take a screenshot of the current model
List the features in the active part

If all three work, the chat, the server and the CAD connection are all fine and the problem is in the request, not the plumbing.

Modelling

CoPilot said it made the cut, but the volume did not change

The cut went the wrong way — the single most common silent failure. Say so plainly:

The volume did not change — flip the cut direction and try again

To avoid it in the first place, give the direction as a world vector (“10 mm in −X”) rather than “positive” or “negative”, which mean different things on different sketch planes and in different CAD systems.

The volume is right but the feature is in the wrong place

Almost always a sketch plane problem. An offset stated without a direction — “the XY plane at Z = 11” — can land on the base plane at Z = 0, and the volume comes out identical either way. State the plane as a point and a normal:

Create the sketch on a plane through the world point (0, 0, 11) with normal (0, 0, 1), then tell me the world coordinates it actually landed on

To confirm where material actually is, use a probe cut:

Cut a 1 mm test slab from Z=45 to Z=55, tell me the volume removed, then undo it

The fillet went on the wrong edges

Identify the edges by world point — one point near the midpoint of each edge you want blended:

List the edges with their type, length and midpoint coordinates
Now add an R5 fillet using exactly these world midpoints: [[-90,-13.3,20.2],[-90,13.1,44.1]] — report the per-edge distance and the volume change

If it refuses, read the refusal: it names the nearest real edge and how far away it was, which is exactly what you need to correct your point.

The fillet fails on what looks like one edge

The run has probably been split into several segments by an earlier feature. Ask for a single fillet with a point on every segment — tangent propagation will not bridge a non-tangent junction.

"No sketch available" when retrying an extrude

The first extrude consumed the sketch. Ask for the profile to be redrawn in a fresh sketch, then extrude that.

Redraw that profile in a new sketch and extrude it 40 mm in +Z

The hole went into the wrong face — or the operation failed instead

Failing is the newer, better behaviour: if the face you named cannot be resolved, the hole is not drilled somewhere else. Name the face by getting it from a query, or by its outward world normal:

List the faces with their normals and areas, then drill a Ø12 through hole in the one whose normal is +Z at (30, 20)

The revolve produced a huge ring instead of a shaft

A bare axis name (“X”) passes through the world origin. Give a point on the axis and its direction:

Revolve the profile 360° about an axis through (0, 0, 25) in the X direction

CoPilot stopped part-way through a long build

Long plans can run out of room. Split the work: one feature per message, verifying as you go. It is faster overall than restarting a stalled twenty-feature prompt.

A tab or flange will not work in Solid Edge

The document has to be a sheet metal part before sheet metal features work. Create it as one:

Create a new sheet metal part, then a base flange from a 200 x 120 mm rectangle, 2 mm thick

Drawings

A dimension I asked for was deleted from my drawing

That is the accuracy gate working as designed. CoPilot reads every created dimension's value back from the sheet and deletes any whose value does not match what it should read — so a wrong dimension never stays on your drawing. Ask again, and tell it the value you expect:

Add the overall width dimension in the front view again — it should read 100 mm

The dimension attached to the wrong edge

Ask for the view's curves to be listed first, then dimension between the ones you can see:

List the visible curves in the front view with their sheet coordinates, then dimension between the two vertical edges

The views overlap or run off the sheet

Omit positions and let the auto-layout place them. Then check:

Check this drawing layout for views that are off-sheet or overlapping
Take a screenshot of the sheet and tell me what looks wrong

A feature is not visible in any view

Ask for a view orientation that actually shows it — a hole in a side face needs a right or a section view, not front and top.

Add a section view through the bore so the counterbore is visible, and dimension it there

Reference planes are showing in the views

Hide the datum planes

Assemblies

The mate was not created

Name the two components and the mate type, and let CoPilot find the geometry — do not supply face or edge IDs. Position the parts roughly correctly first; the pairing works by world coaxiality.

Insert the pin at (0, 0, 18), then make the pin concentric with the fork — report the solver status and both bound faces' axes and radii

A mate exists but the assembly behaves strangely

Existence is not health. Ask for the solver status: Solved and Between fixed are healthy, anything else is not. A mate that will not solve is deleted and reported rather than left in place — so if it is still there and misbehaving, ask CoPilot to re-check it and confirm the assembly bounding box has not moved.

CoPilot cannot find a file I named

Use a full path that exists on your workstation, for example C:\parts\bracket.sldprt. A bare file name only works if the file is in the current working folder.

Feature tree translation

Dimensions and constraints were rejected during the rebuild

Expected, and harmless. Sketch dimensions and constraints do not carry across CAD systems — the curves are created at absolute coordinates instead, so the geometry is right even though the model is not re-parameterised. A report of “57 of 65 operations executed” with all the failures being annotations is a successful translation.

The recreated part's volume does not match the source

A faithful rebuild lands within a small fraction of a per cent. Anything larger is a missing or extra feature. Find the first one:

Which operations failed, and what was the volume after each one?

My changes seem to have been saved to the wrong file

Use distinct names per CAD system — fork_nx.prt and fork_sw.sldprt, not “the fork” — keep one document open at a time, and confirm the save:

Confirm the saved file's full path, size and timestamp

Simulation

The stress numbers look about twice as stiff as they should

On Inventor, an unsaved part cannot be meshed properly and falls back to a bounding-box approximation. Save the part to a file and re-run. CoPilot says when this happens — that note is worth reading.

The deflection is an order of magnitude off

Almost certainly the load direction. Loading a bracket across its thin dimension rather than its wide one differs by roughly a factor of ten, and both results look reasonable. Ask for the bounding box, then name the axis explicitly.

What is the bounding box? Then fix the minX face and load 300 N in -Z on the maxX face.

The study type I asked for is not available

Study types differ by CAD system and licence. Solid Edge Simulation covers linear static, frequency, thermal and buckling only; nonlinear, dynamic, drop test, fatigue and topology need SOLIDWORKS Simulation Premium or Inventor Nastran. Ask first:

Is simulation available here? List the solvers you can see and their status.

Chat behaviour

CoPilot refused to do something

Refusals are deliberate. An unresolved fillet edge, an unknown face, a cut that would remove more material than the body contains, a mate that will not solve — these now stop instead of silently doing the wrong thing. The refusal text names the measurable reason and usually contains the number you need for the corrected prompt.

The reply is a terse mechanical list rather than an explanation

That is a safety net: when a model finishes a long run of operations without writing a summary, CoPilot builds one from the actual operation records instead of leaving you a blank reply. The work happened. Ask for a proper summary if you want one.

The same prompt gave a different result today

CoPilot is probabilistic, not deterministic, and behaviour can also shift when a model is updated or changed. This is why the measurement habits in Verifying results matter more than any single prompt wording. Where you need repeatability, capture the sequence as a macro or the rules as a skill.

The AI answered in the wrong language

Set your language explicitly in Settings. The change applies immediately.

An NX journal cannot see the part I have open

NX journals launched from CoPilot run in a separate, headless NX session. Write the journal so it opens or creates the file itself, modifies it and saves it — then reopen the file in your session.

A command seems stuck, or the CAD popped up a dialog box

CoPilot watches for modal dialogs and will either handle a known one or come back and ask which button to click. If a request seems to hang, ask “is there a dialog open in the CAD?” — then tell CoPilot what to do with it, and add “and remember that” if you will see it again. Full detail on When a Dialog Appears.

Getting help

Where are the log files?

Diagnostic logs are written to your Windows temporary folder. Press Win+R, type %TEMP% and press Enter — the log files are named CADCoPilot_*.log (for example CADCoPilot_PipeServer.log). Attach the relevant logs when contacting support.

Raising a support request without leaving the chat

If your organization's support is provided through a reseller or vendor, you can raise and track tickets from the chat panel.

Raise a support request: the flat pattern export fails on our 3 mm panels with a bend relief error

CoPilot creates the ticket on your behalf and returns the reference number.

List my support requests and their status
What standard information has our supplier published for us?

Contacting support

Email support@cadcopilot.ai. Include your CAD system and version, what you asked CoPilot to do, what happened instead, the measurements you took, and the log files described above. Exporting the conversation from the chat panel is the quickest way to send all of that at once.