AutoCAD – Drawings

Turning off 3D in AutoCAD: two commands and the drawing is flat again

Turning off 3D in AutoCAD takes two commands. Two new drawings on AutoCAD 2027 compared variable by variable, and the workspace is not the culprit.

  • TS. Đỗ Quốc Hoàng
  • 8 min read
A drawing from the 3D template differs from a 2D one in exactly two variables: view direction and visual style Photo: Diagram by the Institute of Information Technology in Civil Engineering

A drawing opens and everything is tilted, as though seen from high up at an angle. The cursor has three axes instead of two. Draw a line and it disappears somewhere. Everyone calls this "stuck in 3D", and the next question is always how to go about turning off 3D in AutoCAD.

The short answer is two commands, a few seconds each. Before typing them it is worth knowing which thing is switched on, because three near-identical symptoms have three entirely different causes. For a proper grounding in drafting, the Institute runs an AutoCAD course for construction.

"3D mode" is really three different things

The software has no switch called 3D. What users call 3D mode is one of the three states below.

SymptomWhat it really isFixed by
The drawing is tilted, height is visibleThe view direction is not from abovePLAN
Lines are thick, shaded, filled with colourThe visual style is not wireframeVSCURRENT
The ribbon is full of unfamiliar buttonsThe workspace is 3D ModelingSwitch workspace

In other words, turning off 3D in AutoCAD is not one action but three, depending which is switched on. The three are independent of one another. A drawing can be tilted and still show thin lines, or the reverse. Fixing the wrong one costs an afternoon, and this is exactly where most guides are vague.

Measuring two drawings to see where they differ

Rather than guess: open two new drawings on AutoCAD 2027, one from the acadiso.dwt template and one from acad3D.dwt. Then read the same set of system variables from both.

Variable read2D template3D template
View direction VIEWDIR(0, 0, 1)(273.563, −182.375, 127.663)
Visual style2dwireframeRealistic
Workspace WSCURRENTDrafting & AnnotationDrafting & Annotation
Grid GRIDMODE11
Dynamic UCS UCSDETECT11
ViewCube display33
Coordinates WORLDUCS11

Seven rows, and only the first two differ. That is the entire difference between a drawing that looks aggressively three-dimensional and an ordinary flat one.

The two drawings differ in exactly two places Photo: A drawing from the 3D template differs from a 2D one in exactly two variables: view direction and visual style

The third row is the interesting one. Both drawings sit in the Drafting & Annotation workspace, so a drawing opened from the 3D template has not changed the interface at all. Which means the most common advice on the internet — switch the workspace — repairs something that is not broken.

The view direction, and the command that resets it

This is the command that cures the worst symptom, and the one fewest people know by name.

Way inMeasured value
Full commandPLAN
Aliasnone
Ribbonno button in Drafting & Annotation
Classic menuView → 3D Views → Plan View

The prompt, copied verbatim from the 2027 release.

Command: PLAN
Enter an option [Current ucs/Ucs/World] <Current>:

The default in angle brackets is Current, so typing PLAN and pressing Enter twice is the whole operation. There is no option to memorise.

Measured on the drawing opened from the 3D template: the view direction went from (273.563, −182.375, 127.663) back to exactly (0, 0, 1), identical to the 2D drawing. It is the first thing to type.

The three options differ in which plane they take as the reference. Autodesk's PLAN page describes the command as "Displays an orthographic view of the XY plane of a specified user coordinate system", while World "Generates a plan view of the World Coordinate System".

That distinction only matters once the axes have been rotated. If the UCS was turned earlier, Current returns to that tilted plane rather than to true plan, and World is the option to pick. Working with coordinate systems is covered in our article on the UCS in AutoCAD.

The vscurrent command and going from 3d to 2d on screen

If PLAN has run and the lines are still thick and shaded, the second variable is still wrong.

Way inMeasured value
Full commandVSCURRENT
AliasVS
Classic menuView → Visual Styles → 2D Wireframe
ToolbarVisual Styles

The prompt, verbatim — and note that the default in angle brackets tells you which style is in use.

Command: VSCURRENT
Enter an option [2dwireframe/Wireframe/Hidden/Realistic/Conceptual/Shaded/
shaded with Edges/shades of Gray/SKetchy/X-ray/Other] <Realistic>:

On the drawing from the 3D template the brackets read <Realistic>. On the one from the 2D template, the same prompt reads <2dwireframe>. That is the quickest way to find out which style is active, with no palette to hunt through.

Type VS, choose 2dwireframe, and it is back. Autodesk describes that style as "Displays the objects using lines and curves to represent the boundaries. Raster and OLE objects, linetypes, and lineweights are visible", and Realistic as "Shades the objects and smooths the edges between polygon faces" — see the VSCURRENT page.

Eleven options on one line looks daunting, but only two of them matter here. A visual style is simply a stored set of display rules — whether faces are shaded, whether edges are drawn, whether materials show. Nine of the eleven exist for presenting a model to somebody. The tenth, Other, reaches styles saved in the drawing, and the eleventh is the one you want back.

Autodesk's description of 2dwireframe explains something that alarms people: in every other visual style, linetypes and lineweights are not shown. A dashed line looks continuous, a thin line looks heavy. Nothing is broken; the drawing is simply being viewed another way. Getting from 3d to 2d on screen is therefore also how you get the printed linework back.

The 3d workspace: where people repair the wrong thing

Almost every guide answers this question with one action: switch the workspace back to Drafting & Annotation.

The measurement above shows that advice is not wrong so much as aimed at the wrong target. A drawing opened from acad3D.dwt has exactly the same workspace as a 2D one. Switching it changes none of the variables in the table.

So what does the workspace do? It decides which ribbon tabs appear, and touches nothing in the drawing itself.

ActionChanges whatWhen it is the right move
Switch workspaceThe tabs and panels on the ribbonThe ribbon is all Solid, Mesh and Render
Type PLANThe view direction of the drawingThe drawing is tilted and shows height
Type VSThe visual style of the viewportLines are thick, shaded, dashes lost

Preventing it is simpler still: start new drawings from the right template. On the test machine acadiso.dwt and acad3D.dwt sit side by side in the same folder, a few characters apart in the list. Pick the wrong one once and every new drawing after it comes out tilted.

Flattening a model is a different job altogether

Two things that sound alike need separating here.

The two commands above change only how the model is viewed. If the drawing genuinely holds 3D solids, those solids are still there afterwards, merely seen from above. Plot it and you get a projection of the solids, not two-dimensional linework.

For real flat geometry the projection has to be generated by another command. That is covered in our article on the FLATSHOT command, which presses a three-dimensional model into a flat block of lines you can dimension.

A quick way to choose:

What you wantWhat to use
A view you can work in; the model stays a modelPLAN and VS
Flat lines you can dimension and plotFLATSHOT

Building and editing solids is covered in our article on the revolve command.

Three things often repeated that are not true

Often repeatedWhat was measured on the 2027 release
Switching workspace cures a drawing stuck in 3DBoth drawings share the Drafting & Annotation workspace
A drawing stuck in 3D is a damaged drawingOf seven variables read, two differ; no data is lost
After PLAN the drawing is two-dimensionalThe solids remain; flat lines need FLATSHOT

Frequently asked questions

What is the fastest way to get back to plan view?

Type PLAN and press Enter twice. The second press accepts the default Current, so nothing else needs choosing.

PLAN has run but the lines are still thick and shaded.

That is the visual style, not the view direction. Type VS and choose 2dwireframe.

Why have my dashed lines turned into continuous ones?

Because the visual style is not 2dwireframe. Only that style displays linetypes and lineweights.

How do I find out which visual style is active?

Type VSCURRENT and read the value in angle brackets at the end of the prompt — that is the current style. Press Esc once you have read it.

Does changing the visual style alter the drawing?

No. A visual style governs display only, so nothing in the drawing is modified and nothing needs undoing afterwards.

Every new drawing comes out tilted. How do I fix it for good?

You are starting new drawings from the acad3D.dwt template. Choose acadiso.dwt instead; the two sit in the same folder with very similar names.

I need flat lines to dimension, not just a flat-looking view.

Then PLAN is not enough. Use FLATSHOT to generate a block of flat linework from the three-dimensional model.

About the author

TS. Đỗ Quốc Hoàng — Vice Director of the Institute of Information Technology in Civil Engineering, Hanoi University of Civil Engineering, and a specialist in software development for construction