AutoCAD 3D Modelling Basics: Creating Solid Objects and Surfaces
AutoCAD is known for 2D drafting, but it has always carried a substantial 3D modelling capability that many users never explore. While dedicated 3D tools like Inventor or Fusion 360 are better suited to complex parametric product design, AutoCAD’s 3D toolkit is genuinely capable for architectural massing, mechanical concept modelling, visualisation work, and tasks where you want to move fluidly between 2D drawings and 3D geometry within a single file.
This guide covers AutoCAD’s 3D modelling tools from the ground up: how to set up the 3D environment, create solid primitives, build complex shapes through Boolean operations, and work with surfaces. By the end, you will have the knowledge to build presentable 3D models directly in AutoCAD without switching to a separate application.
The 3D modelling features covered here are available in the full AutoCAD product. If you are looking to get started, AutoCAD 2023–2026 is available from GetRenewedTech for £39.99. Note that AutoCAD LT does not include 3D solid modelling — you need full AutoCAD for everything in this guide.
Setting Up the 3D Environment
AutoCAD’s default workspace is set up for 2D drafting. To work in 3D, you need to switch to the 3D Modelling workspace and configure the viewport appropriately.
Switching to the 3D Modelling Workspace
- Click the workspace switcher in the status bar (bottom-right of the screen) or in the title bar.
- Select 3D Modelling.
The 3D Modelling workspace changes the ribbon to display 3D-specific panels (Solid, Surface, Mesh, Edit) and adjusts the default toolbar arrangement for 3D work. The command set is the same — all 3D commands work in the Drafting & Annotation workspace too — but the ribbon makes them easier to find.
Visual Styles
Visual styles control how 3D objects appear in the viewport. Access them via the viewport label (the text in the top-left corner of the viewport that reads, e.g., [-] [Top] [2D Wireframe]).
The most useful visual styles for 3D work:
- 2D Wireframe: Lines only, no shading. Fastest for large files.
- Conceptual: Faceted shading with visible edges. Good for checking geometry during modelling.
- Realistic: Smooth shading with materials. Shows applied materials and textures.
- Shades of Grey: Neutral grey shading useful for technical presentation.
- X-Ray: Transparent surface rendering that lets you see through solid objects — useful for checking interior geometry.
Navigation in 3D
3D navigation is different from 2D drafting. The key commands:
- 3DORBIT (shortcut: Shift + Middle Mouse drag): Rotates the view around a target point. Press and hold Shift, then drag the middle mouse button.
- ZOOM: Scroll wheel zooms in and out, as in 2D. In 3D, zoom moves along the line of sight.
- PAN: Middle mouse button drag (without Shift) pans the view.
- ViewCube: The cube in the top-right corner of the viewport. Click faces, edges, and corners to snap to standard views (Top, Front, Right, Isometric, etc.).
- NAVVCUBE: Toggles the ViewCube on and off.
Understanding the User Coordinate System in 3D
The User Coordinate System (UCS) is fundamental to 3D work. It defines the orientation of the X, Y, and Z axes for your current drawing session. When you draw, dimensions are measured along these axes; when you extrude or model, direction is determined by the UCS.
Common UCS commands:
UCS ; Enter UCS command
UCS WORLD ; Reset to the global world coordinate system
UCS OBJECT ; Align UCS to a selected object
UCS FACE ; Align UCS to the face of a solid object
UCS VIEW ; Align UCS to the current view plane
UCSMAN ; Open the UCS Manager dialogueFor most modelling tasks, the World UCS (XY plane as the ground plane, Z pointing up) is the starting point. As you add details on angled surfaces, you will switch to face-aligned UCS settings, draw your geometry, then return to World UCS.
Creating Solid Primitives
AutoCAD provides built-in solid primitive commands that create common 3D shapes with simple parameters. These are the building blocks of more complex models.
Box
BOXClick to set the first corner, then specify the other corner (in XY), then enter the height. Alternatively, use the Center option to specify the centre point and then dimensions. Common usage: walls, furniture blocks, structural sections.
Cylinder
CYLINDERSpecify the centre of the base, the radius, and the height. Options include: Diameter instead of radius, Elliptical for an oval cross-section, and specifying the second axis endpoint to orient the cylinder along an arbitrary axis.
Sphere
SPHERESpecify the centre and radius. Simple and useful for creating ball joints, dome features, or organic detail elements.
Cone and Pyramid
CONE
PYRAMIDCones and pyramids are specified by base shape and height. Pyramid has an option for 3-20 sides, and both support a top radius parameter to create frustum shapes (truncated cones/pyramids).
Torus
TORUSA torus (ring/donut shape) is defined by its centre, outer radius, and tube radius. Useful for rings, washers, and circular pipe sections.
Wedge
WEDGECreates a right-angle triangular prism — useful for inclined planes, ramps, and chamfers that are too large to create as edge fillets.
Extruding and Revolving 2D Geometry
The most powerful way to create custom solids is by extruding or revolving 2D profiles. This allows you to create any cross-section shape in 2D and turn it into a 3D solid.
EXTRUDE
EXTRUDESelect a closed 2D profile (polyline, circle, rectangle, spline, or region), specify the height, and AutoCAD creates a solid with that cross-section. Key options:
- Direction: Specify a direction vector rather than just a height — allows non-vertical extrusions
- Path: Extrude the profile along a 2D or 3D path curve (a polyline or spline). Creates bent or curved shapes like pipes and channels
- Taper angle: Add a draft angle so the extruded shape tapers along its length — useful for castings and injection moulded parts
Example workflow for creating a custom bracket:
- Draw the cross-section profile using PLINE on the XY plane
- Use PEDIT or REGION to ensure it is a closed shape
- Type EXTRUDE, select the profile, enter the height
- Use the Conceptual visual style to inspect the result
REVOLVE
REVOLVECreates a solid by rotating a 2D profile around an axis. Ideal for turned parts (shafts, knobs, bowls, bottles). Select the profile, specify the axis of revolution (by two points, or by selecting an existing line), and enter the angle of rotation (360° for a full revolution, or less for a partial arc).
SWEEP
SWEEPSimilar to extruding along a path, SWEEP creates a solid by sweeping a 2D profile along a curve. The key distinction from EXTRUDE PATH is that SWEEP maintains a constant orientation of the profile relative to the path curve. Use this for handrails, mouldings, pipes with complex routing, and similar continuously curved shapes.
LOFT
LOFTLOFT creates a solid or surface that transitions smoothly between two or more cross-section profiles. Select the profiles in order from one end to the other. This is how you create car body shapes, aircraft fuselages, and any form that changes shape along its length. Options include guide curves that further control the transition shape.
Boolean Operations
Boolean operations allow you to combine or subtract solid objects to create complex shapes that would be difficult to model directly.
UNION
UNIONCombines two or more solid bodies into a single solid. Any overlapping volume is merged. Use this after creating separate primitives that together define the shape you want. Example: model a T-shaped section by creating two box primitives positioned to form the T, then union them.
SUBTRACT
SUBTRACTSubtracts one or more solids from another, cutting the first solid’s shape out of the base. Select the base solid(s) first, press Enter, then select the tool solid(s) to subtract. Example: create a box, then subtract a cylinder from it to create a circular hole through the box.
INTERSECT
INTERSECTKeeps only the volume that is common to all selected solids, discarding the rest. Less common than Union and Subtract, but useful for creating complex intersecting shapes — for example, intersecting a sphere with a cube to create a cube with rounded edges.
Editing Solid Geometry: SOLIDEDIT and Direct Manipulation
After creating a solid, you can modify it using the SOLIDEDIT command (which provides access to individual faces, edges, and bodies) or by using AutoCAD’s grips.
Grip Editing in 3D
Select a solid and you will see grip points at its geometry’s key locations. Click a grip to activate it, then:
- Move a face grip to push/pull that face
- Drag an edge midpoint grip to move a specific edge
- Use the Ctrl key while dragging to copy face patterns or move individual faces independently
PRESSPULL
PRESSPULLOne of AutoCAD’s most intuitive 3D editing tools. Hover over a bounded area (such as a face of a solid or a closed region) and the cursor changes to show a directional arrow. Click and drag to push (subtract) or pull (add) the area in a direction perpendicular to the surface. This is similar to how push/pull works in SketchUp and is excellent for quick modifications.
CHAMFEREDGE and FILLETEDGE
CHAMFEREDGE
FILLETEDGEThese commands bevel or round the edges of solid objects. Select the edge(s) to modify and specify the distance (chamfer) or radius (fillet). These operations are applied non-destructively in the sense that AutoCAD modifies the geometry internally, but note they are not parametrically linked — changing the original solid dimensions may require reapplying edge treatments.
Working with Surfaces
Surfaces in AutoCAD represent zero-thickness 2D faces in 3D space, unlike solids which have volume. They are useful for:
- Creating organic or complex-contoured geometry that does not start as a closed volume
- Cutting solids along complex curves (using SLICE)
- Terrain and site modelling (contour surfaces)
- Visualisation of thin-shell elements in engineering contexts
Creating Surfaces
PLANESURF ; Create a planar surface from a closed boundary or two points
RULEDSURF ; Create a surface between two curves (legacy)
SURFNETWORK ; Create a surface from a network of crossing curves
SURFLOFT ; Create a surface lofted through profilesConverting Between Surfaces and Solids
SURFSCULPT ; Convert a closed set of surfaces into a solid
CONVTOSOLID ; Convert certain objects (meshes, polyfaces) to solids
CONVTOSURFACE ; Convert solids to surfaces (thickened becomes hollow)Slice, Section, and Flatten for Drawing Production
A major advantage of modelling in AutoCAD is that you can produce 2D drawings directly from your 3D model.
SLICE
SLICECuts a solid along a specified plane, creating two pieces. Useful for creating cross-sections and for cutting down complex models to show interior detail.
SECTION
SECTIONCreates a 2D cross-section region at a specified cutting plane through a solid. The output is a 2D region (flat shape) that you can move to a 2D view and annotate as a section drawing.
FLATSHOT
FLATSHOTProjects the current 3D view to a 2D representation, creating a new block that contains the visible and hidden line work. This is a quick way to produce elevation and plan drawings from a 3D model without setting up viewports in a layout.
Rendering in AutoCAD
AutoCAD includes a basic rendering engine that can produce presentable images of your 3D models with materials, lights, and backgrounds.
RENDER ; Open the render dialogue / render to window
RPREF ; Access render settings
MATBROWSERCLOSE / MATBROWSEROPEN ; Open materials browser
LIGHT ; Add a point light, spotlight, or distant lightFor professional-quality visualisations, AutoCAD’s built-in renderer is limited compared to dedicated tools like Lumion, V-Ray, or 3ds Max. However, for quick client-facing images and concept approval, it produces entirely adequate results, especially with the Conceptual or Realistic visual styles combined with good material assignments.
Practical Tips for 3D Modelling in AutoCAD
- Start with a strategy. Before drawing anything, think about which Boolean operations will build your shape most efficiently. Complex shapes usually break down into a simple base form plus subtractions and additions.
- Use separate layers for tool bodies. When you are about to subtract or union a shape, place the tool solid on a dedicated layer. This lets you show/hide it easily if you need to revisit the operation conceptually.
- Save frequently with history. Unlike parametric modellers, AutoCAD’s solid modelling is largely destructive — once you subtract a hole, it is merged into the geometry. Use incremental saves (File → Save As, with version numbers) to preserve recoverable states.
- CTRL+Z works, but has limits. Undo works in AutoCAD, but very long edit sessions or large files may exhaust the undo history. Save before risky operations.
- Keep 2D profiles for reuse. Before extruding a profile, copy it to a spare area of the drawing for reference. This is useful if you need to recreate the solid later with different dimensions.
Conclusion
AutoCAD’s 3D modelling tools are a genuine capability that many users overlook. For projects where you need to communicate 3D form to clients, produce simple but accurate visualisations, or generate cross-section views from a model, AutoCAD’s solid and surface tools provide a practical workflow without requiring a separate application.
The learning curve is steeper than AutoCAD’s 2D drafting because 3D requires spatial thinking and an understanding of UCS, Boolean operations, and surface topology. But the core commands — EXTRUDE, REVOLVE, UNION, SUBTRACT, PRESSPULL — are enough to build an enormous range of shapes, and they become intuitive quickly with practice.
Ready to explore AutoCAD 3D? AutoCAD 2023–2026 is available from GetRenewedTech for £39.99.



