0
0
Arm-architectureHow-ToBeginner · 3 min read

How to Use Extruded Surface in SolidWorks: Step-by-Step Guide

In SolidWorks, use the Extruded Surface feature to create a surface by extending a 2D sketch along a straight path. Select a sketch, then click Insert > Surface > Extruded Surface, set the depth and direction, and confirm to generate the extruded surface.
📐

Syntax

The Extruded Surface feature in SolidWorks follows this usage pattern:

  • Insert > Surface > Extruded Surface: Opens the extrude surface dialog.
  • Sketch Selection: Choose a 2D sketch to extrude.
  • Direction and Depth: Define how far and in which direction the surface extends.
  • End Condition: Options like Blind (fixed depth), Through All, or Up to Vertex.
  • Confirm: Click OK to create the extruded surface.
text
Insert > Surface > Extruded Surface
Select Sketch
Set Direction and Depth
Choose End Condition
Click OK
💻

Example

This example shows how to create an extruded surface from a simple rectangle sketch:

  1. Create a new sketch on the Front Plane.
  2. Draw a rectangle using the Rectangle tool.
  3. Exit the sketch.
  4. Go to Insert > Surface > Extruded Surface.
  5. Select the rectangle sketch.
  6. Set the depth to 50 mm and direction normal to the sketch plane.
  7. Choose Blind as the end condition.
  8. Click OK to generate the extruded surface.
text
1. Open Front Plane and create a rectangle sketch.
2. Exit sketch.
3. Insert > Surface > Extruded Surface.
4. Select rectangle sketch.
5. Set Depth = 50 mm.
6. End Condition = Blind.
7. Click OK.
Output
An extruded surface extending 50 mm from the rectangle sketch is created.
⚠️

Common Pitfalls

Common mistakes when using extruded surfaces include:

  • Trying to extrude a sketch with open or non-closed profiles, which can cause errors.
  • Confusing solid extrude with surface extrude; surface extrude creates only a surface, not a solid body.
  • Setting an incorrect end condition that results in zero or no extrusion.
  • Not selecting the correct sketch before starting the extrude surface command.

Always ensure your sketch is valid and closed if needed, and double-check the extrusion parameters.

text
/* Wrong: Sketch with open profile */
// Results in error or incomplete surface

/* Right: Closed rectangle sketch */
// Successful extruded surface creation
📊

Quick Reference

StepActionNotes
1Create 2D SketchUse closed profiles for best results
2Select Insert > Surface > Extruded SurfaceOpens extrude surface dialog
3Choose SketchSelect the sketch to extrude
4Set Direction and DepthDefine extrusion length and direction
5Pick End ConditionBlind, Through All, Up to Vertex, etc.
6Click OKCreates the extruded surface

Key Takeaways

Use the Extruded Surface feature to extend a 2D sketch into a surface by setting depth and direction.
Always select a valid, closed sketch to avoid errors during extrusion.
Choose the correct end condition to control how far the surface extrudes.
Remember extruded surfaces create surfaces, not solid bodies.
Use the Insert > Surface > Extruded Surface menu to start the process.