0
0
Arm-architectureHow-ToBeginner · 4 min read

How to Create Assembly in SolidWorks: Step-by-Step Guide

To create an assembly in SolidWorks, start by opening a new Assembly document, then insert parts using Insert Components. Position parts by dragging or using Mates to define how parts fit together.
📐

Syntax

Creating an assembly in SolidWorks involves these main steps:

  • New Assembly: Open SolidWorks and select New > Assembly.
  • Insert Components: Use Insert Components to add parts to the assembly workspace.
  • Position Components: Drag parts or apply Mates to define spatial relationships.
  • Save Assembly: Save your assembly file with a descriptive name.
text
1. File > New > Assembly
2. Insert Components > Browse and select parts
3. Drag parts or use Mates (e.g., Coincident, Distance)
4. Save assembly file
💻

Example

This example shows how to create a simple assembly with two parts: a base and a cover.

  • Open SolidWorks and create a new assembly.
  • Insert the base part.
  • Insert the cover part.
  • Use Mates to align the cover on top of the base (e.g., use a Coincident Mate between the top face of the base and the bottom face of the cover).
  • Save the assembly.
text
1. Open SolidWorks
2. File > New > Assembly
3. Insert Components > Select 'Base.sldprt'
4. Insert Components > Select 'Cover.sldprt'
5. Select top face of Base and bottom face of Cover
6. Apply Coincident Mate
7. Save assembly as 'BaseWithCover.sldasm'
Output
Assembly file 'BaseWithCover.sldasm' created with base and cover parts aligned.
⚠️

Common Pitfalls

Common mistakes when creating assemblies include:

  • Not applying mates, causing parts to float freely.
  • Using incorrect mate types, leading to over-constrained or conflicting positions.
  • Inserting parts multiple times by mistake.
  • Not saving the assembly frequently, risking data loss.

Always check mates carefully and save your work often.

text
Wrong way:
Insert parts but do not apply mates.
Result: Parts move freely and assembly is unstable.

Right way:
Insert parts and apply appropriate mates like Coincident or Distance to fix positions.
📊

Quick Reference

StepActionDescription
1New AssemblyStart a new assembly document in SolidWorks
2Insert ComponentsAdd parts to the assembly workspace
3Apply MatesDefine relationships to position parts correctly
4Save AssemblySave your work with a clear file name

Key Takeaways

Start a new assembly document to begin assembling parts.
Insert parts using Insert Components before positioning them.
Use mates to fix parts in place and define how they fit together.
Avoid leaving parts un-mated to prevent unstable assemblies.
Save your assembly frequently to avoid losing progress.