How to Convert a Floor Plan to Isometric in AutoCAD: ISODRAFT, SE Isometric, and AI

··Vizcraft Team
autocadisometricfloor-planscadworkflow

AutoCAD has no single command that converts a 2D floor plan into an isometric view — you choose between 2D isometric drafting with ISODRAFT, adding thickness and switching to the SE Isometric preset view, or modeling the walls as 3D solids. Each one produces a different deliverable, and picking the wrong one is how a two-hour task becomes a two-day one.

This is the procedural page in our isometric cluster: exact commands, exact keystrokes, for anyone searching how to convert floor plan to isometric in AutoCAD, isometric floor plan, 3d isometric floor plan, 2d to isometric converter, autocad isometric drawing, or isometric view autocad. For the geometry rules behind the 30-degree axes, read the isometric drawing guide; for whether an isometric is the right drawing at all, the floor plan isometric view guide; for a photoreal render from the same DWG, the AutoCAD rendering guide.

Why there is no "convert to isometric" button in AutoCAD

An orthographic floor plan is flat linework carrying no Z data, so there is nothing for AutoCAD to project. You add the height information first; the view comes after. That constraint explains all three methods below. Autodesk is explicit about the limits of the 2D route: a 2D isometric drawing is "a flat representation of a 3D isometric projection," and because you are drawing in 2D, you "cannot expect to extract other 3D distances and areas, display objects from different viewpoints, or remove hidden lines automatically" (Autodesk, 2D Isometric Drawing).

Practitioner threads confirm the workaround status quo. The answer the Autodesk Community thread on this exact task lands on is a manual transform, not a command: rotate the whole plan by 45 or -45 degrees depending on which isometric point of view you want, then keep drafting (Autodesk Community). The answer that closed the long-running CADTutor thread is simpler still: change the view, not the geometry (CADTutor).

MethodWhat you actually produceEffortReal 3D model?Best for
ISODRAFT 2D isometric draftingHand-drawn 2D linework that looks isometricHigh — every line drawn manuallyNoDetails, diagrams, single components
Thickness + SE Isometric presetExtruded-looking 2D objects seen from an isometric viewpointLow on a clean DWGNoFast massing, stacked presentations
EXTRUDE to 3D solidsActual solids with openings and hidden-line removalHighest — this is a modeling jobYesCoordination, measurable documents
AI image conversionA rendered isometric imageMinutes, no CAD workNo — image onlyBrochures, listings, pitch decks

Method 1: 2D isometric drafting with ISODRAFT

ISODRAFT is a redrawing mode, not a converter. It is the right tool for a detail, a diagram, or a single component, and the wrong tool for taking a whole apartment plan across.

Turning isometric drafting on

Type ISODRAFT at the command prompt, or click the Isometric Drafting toggle on the status bar. Autodesk describes what happens: "By using the ISODRAFT command, several system variables and settings are automatically changed to values that facilitate isometric angles." The grid and grid snap "change from a rectangular pattern to a diamond pattern corresponding to the isometric angles," and grid lines change to grid dots (Autodesk). The older route still works and is what legacy tutorials show: DSETTINGS → Snap and Grid tab → Isometric snap.

The three isoplanes and their angles

IsoplaneSnap and grid alignment
Right30- and 90-degree axes
Left90- and 150-degree axes
Top30- and 150-degree axes

Press F5 or Ctrl+E to cycle through them (Autodesk). Drawing a wall on the wrong isoplane is the most common error in this method, and it is rarely obvious until three walls later. For the geometry theory behind those angles rather than the settings, see isometric drawing basics.

Circles become isocircles, not circles

Floor plans are full of circular things: sinks, round tables, columns, door-swing arcs. CIRCLE still draws a true circle, which reads wrong on an isometric plane. Run ELLIPSE, then "enter i (Isocircle)," then specify the center and the radius or diameter. Note the dependency: "The Isocircle option is available only when an isometric drawing plane is active" (Autodesk, Draw Isometric Circles). That is why ISODRAFT has to be on first.

What ISODRAFT will not do

No hidden-line removal, no extractable 3D distances, no viewing the drawing from another angle. Every wall, opening, and fixture is drawn by hand on the correct isoplane — realistic for a bathroom detail, unrealistic for a 12-unit floor plate.

Method 2: Add thickness, then switch to the SE Isometric view

This is the fastest route on a clean DWG, and it is what most people searching for a 2d to isometric converter are actually after.

  1. Isolate or copy the wall layer. Otherwise you extrude dimension chains, hatches, text, and furniture blocks along with the walls.
  2. Make the wall lines polylines. Cleaner selection, cleaner behavior downstream.
  3. Set thickness. The THICKNESS system variable "Sets the default 3D thickness property when creating 2D geometric objects," initial value 0.0000 (Autodesk, THICKNESS). For objects that already exist, use the Properties palette or CHPROP.
  4. Switch to the isometric view. "Click View tab → Views panel → View Manager," then "Select a preset view." The four isometric presets are "SW (southwest) Isometric, SE (southeast) Isometric, NE (northeast) Isometric, and NW (northwest) Isometric" (Autodesk, Preset 3D Views). VIEW at the command prompt does the same.
  5. Set a visual style, and orbit if you have full AutoCAD, until the drawing reads.

Two gotchas before you start. Autodesk notes that "Rectangles and single-line text do not use the default value of the 3D thickness property" — you change those individually in the Properties palette. And text only takes thickness at all if it was "created as a single-line text object using an SHX text font" (Autodesk, Add 3D Thickness).

Choosing SE vs SW vs NE vs NW

The preset name describes the corner you are standing at, so the real question is which walls end up in front of the rooms you want the client to see. A kitchen hidden behind a full-height party wall is a wasted image. Cycle all four before you export.

The CADTutor thread is still the clearest statement of the method, in pre-ribbon terms — "From the VIEW pull-down menu click on 3D Views then on SE Isometric," plus "Make sure the UCS icon is displayed" (ReMark, December 30 2008). Same destination as step 4 above, older menu path. The poster's goal there was presentational: making stacked floor plates read in a paperspace layout (CADTutor). That is the ceiling of what this method is for.

Why the result still is not a 3D model

Autodesk states it plainly: "Although the thickness property adds a 3D visual appearance to 2D objects, those objects continue to be 2D objects." Two consequences from the same page: "Positive thickness extends upward in the positive Z direction; negative thickness extends downward (negative Z)," and "A single object cannot simultaneously have different thicknesses" (Autodesk, Add 3D Thickness).

What that means visually in a 3d isometric floor plan built this way: door and window openings do not appear, because the wall line runs straight through them at full height; stairs read as flat runs rather than treads; roofs and sloped ceilings are impossible, because thickness is uniform per object; and furniture blocks come up as extruded outlines. There is no cutaway either — you get full-height walls in an isometric 3d view, not the 3d isometric cutaway most people picture when they search for an isometric floorplan. For a stacked paperspace presentation or a quick massing check, none of that matters. For anything a client will scrutinize, all of it does.

Method 3: Model the walls as 3D solids

When the isometric has to survive scrutiny or feed downstream work, you model it. Autodesk's construction methods for building solids and surfaces from 2D geometry are sweep, extrusion, revolve, loft, slice, sculpting surfaces, and conversion. The rule that matters most for wall outlines is on the same page: "Open curves always create surfaces, but closed curves can create either solids or surfaces depending on certain settings" (Autodesk, Create 3D Solids and Surfaces). In practice: close your wall polylines before you extrude, or you get surfaces where you expected solids and every downstream operation gets harder.

This is the only method that gives you real openings, real hidden-line removal, and a model you can re-view from any angle. The cost is that it is a modeling job, not a view change.

AutoCAD LT callout: Method 1 is fully supported — ISODRAFT and the isometric snap are LT features. Method 3 is not: LT does not create 3D solids. Method 2 is the awkward middle. LT's own help documents the preset views, including SE Isometric, under View tab → Views panel → View Manager (Autodesk, AutoCAD LT), but Autodesk also states that in LT "3D models can be opened in AutoCAD LT. However, 3D view and navigation tools are not available" (Autodesk, Viewing 3D Objects in LT) — so set the view by name or with -VPOINT 1,-1,1 rather than expecting to orbit.

Plumbing and piping isometrics are a different job entirely

Search results for isometric floor plans mix architectural tutorials with plumbing ones, and the workflows have nothing in common. Architectural isometrics are drawn or modeled by the designer. Piping isometrics in the AutoCAD Plant 3D toolset are extracted from an existing 3D piping model, generated by line number and sorted by Iso style — which is why they appear to produce themselves. Autodesk is clear about the dependency: "Because the isometric is extracted from the 3D model, most CAD Managers do not allow isometrics to be edited in any way" (Autodesk, Plant 3D). That automation exists only because a spec-driven 3D model exists upstream, and there is no equivalent for a flat architectural plan.

AutoCAD command reference for isometric work

Command or keyWhat it doesWhen you need it
ISODRAFTEnters 2D isometric drafting mode; changes system variables to isometric anglesMethod 1, before drawing anything
F5 or Ctrl+ECycles Right / Left / Top isoplanesEvery time the drawing plane changes
DSETTINGSSnap and Grid tab → Isometric snap (the older route)Legacy tutorials, or dialog preference
ELLIPSEiIsocircle; only available with an isometric plane activeSinks, columns, round tables, arcs
THICKNESSDefault 3D thickness for new 2D objects; initial value 0.0000Method 2, before drawing walls
CHPROP / Properties paletteChanges thickness on existing objects; required for RECTANG and single-line textMethod 2, on an existing plan
VIEW / View ManagerPreset views including SW, SE, NE, NW IsometricMethod 2 step 4, and any 3D check
EXTRUDE, sweep, revolve, loftBuilds real solids from closed profilesMethod 3

Manual AutoCAD effort vs AI conversion

This is a deliverable question, not a tool fight. The three AutoCAD methods all need a DWG you can clean up, and two of them need real drafting hours. AI conversion needs no CAD at all — any plan image, PDF export, or scan is enough input.

Be blunt about what comes back: an image only. No DWG, no editable geometry, no measured drawing. Vizcraft's published claim for the floor plan to 3D isometric workflow is a cutaway view in about 60 seconds from CAD exports, PDFs, or hand-drawn sketches. If what you want is an isometric to 3d converter that hands back a model, no AI tool does that — they hand back pictures.

Plan or packCreditsEffective cost per image
Free start2 credits$0 to test two images
Starter monthly$19 for 25 credits$0.76
Pro monthly$49 for 100 credits$0.49
Studio monthly$99 for 250 credits$0.40
One-time pack$7 for 10 credits$0.70
One-time pack$29 for 50 credits$0.58
One-time pack$99 for 200 credits$0.50

Most single images cost one credit. Details on pricing; the workflow pages are ISO Mapper, floor plan to 3D isometric, and blueprint to isometric.

Stay in AutoCAD when the isometric is a construction or coordination document, dimensions must be measurable off it, it has to stay linked to a DWG that keeps changing, a consultant or an AHJ will mark it up, you need hidden-line removal and accurate openings, or it is a piping isometric.

The image is enough when it goes in a brochure, listing, proposal, or pitch deck, the audience cannot read a plan, you need four style options by tomorrow morning, or the plan is a PDF or scan with no DWG behind it. Costs against traditional visualization are in the architectural rendering cost guide; audience context is on architects and real estate.

The hybrid workflow

  1. Keep the DWG as the record and draft exactly as you do now.
  2. Export a clean, high-contrast plan image — dimension chains, hatches, notes, and title block off. Most conversions succeed or fail here; PDF floor plan to 3D covers input prep and AI floor plan to 3D rendering covers prompting and QC.
  3. Check the output against the plan for room count, door positions, and circulation before it leaves the office. AI output is an interpretation, not a projection.
  4. Model a true 3D isometric only for the scheme that gets signed off. The same handoff covers interior and elevational views via 2D plan to 3D visualization.

Frequently Asked Questions

How do I convert a floor plan to isometric in AutoCAD?

There is no automatic conversion command. Redraw the plan in 2D isometric mode with ISODRAFT, add thickness to the wall lines and switch to an isometric preset view, or model the walls as 3D solids. Fastest path on an existing DWG: isolate the wall layer, apply thickness, then View Manager → SE Isometric.

What does the ISODRAFT command do?

It switches AutoCAD into 2D isometric drafting mode, changing several system variables to values that facilitate isometric angles and switching the grid and snap from a rectangular to a diamond pattern. It does not create 3D geometry.

What are the three isoplanes and how do I switch between them?

Right (30- and 90-degree axes), Left (90- and 150-degree axes), Top (30- and 150-degree axes). Press F5 or Ctrl+E to cycle, or use the Isometric Drafting control on the status bar.

Is there a real 2D to isometric converter?

Not for CAD geometry. Tools marketed as 2D to isometric converters produce images. AutoCAD's isometric snap gives you 2D linework you still draw yourself. Anything that turns a flat plan into a 3D-looking picture in seconds is generating an image.

Does adding thickness create a 3D model?

No. Objects with the thickness property "continue to be 2D objects." Thickness is uniform per object, so wall heights cannot vary within one entity and openings are not cut.

Can AutoCAD LT create isometric drawings?

Yes for 2D isometric drafting with ISODRAFT, and LT's help documents the SE Isometric preset view. It cannot create 3D solids, and Autodesk states that 3D view and navigation tools are not available in LT.

Can Vizcraft export a DWG or an editable 3D model?

No. Vizcraft generates images. It does not produce DWG files, editable 3D models, CAD geometry, glTF/GLB, AR assets, measured drawings, or animations. If the deliverable has to be edited or measured, the work belongs in AutoCAD.


If your next isometric is going into a brochure rather than a drawing set, ISO Mapper turns the plan export into a cutaway image and the DWG stays exactly where it is.

Turn a floor plan into a 3D isometric free

Upload a floor plan and get a client-ready 3D isometric in about a minute. 2 free credits — no credit card required.