0
0
Arm-architectureHow-ToBeginner · 3 min read

How to Use Mate Reference in SolidWorks: Step-by-Step Guide

In SolidWorks, use Mate Reference to define automatic mating points on parts for faster assembly. Set mate references by selecting faces, edges, or vertices and specifying the mate type, so SolidWorks can apply mates automatically when inserting parts.
📐

Syntax

The Mate Reference feature in SolidWorks is accessed through the part's feature manager. You select a face, edge, or vertex and assign a mate type such as Coincident, Concentric, or Distance. This setup tells SolidWorks how to automatically mate this part to others during assembly.

  • Face/Edge/Vertex: The geometry used as the reference.
  • Mate Type: The kind of mate (e.g., coincident, concentric).
  • Mate Alignment: Direction or orientation of the mate.
text
1. Open the part file in SolidWorks.
2. Go to the FeatureManager design tree.
3. Right-click on <code>Mate References</code> and select <code>Add Mate Reference</code>.
4. Select a face, edge, or vertex.
5. Choose the mate type (e.g., Coincident, Concentric).
6. Set mate alignment if needed.
7. Click OK to save the mate reference.
💻

Example

This example shows how to add a mate reference to a cylindrical hole face to automatically apply a concentric mate when assembling.

text
1. Open the part with a cylindrical hole.
2. Right-click <code>Mate References</code> in the FeatureManager.
3. Click <code>Add Mate Reference</code>.
4. Select the cylindrical face of the hole.
5. Choose <code>Concentric</code> as the mate type.
6. Confirm and save.

Now, when you insert this part into an assembly and select a matching cylindrical face on another part, SolidWorks will automatically apply a concentric mate.
Output
When inserting the part into an assembly, the concentric mate is applied automatically between the cylindrical faces without manual mate selection.
⚠️

Common Pitfalls

  • Not selecting the correct face or edge for the mate reference can cause incorrect or failed mates.
  • Choosing the wrong mate type (e.g., coincident instead of concentric) leads to assembly errors.
  • Forgetting to set mate alignment can cause parts to orient incorrectly.
  • Mate references only work if the mating parts have compatible geometry.

Always verify mate references by testing assembly insertion.

text
Wrong way:
- Selecting a flat face for a cylindrical mate reference.
- Choosing <code>Coincident</code> instead of <code>Concentric</code> for a hole.

Right way:
- Select the cylindrical face.
- Choose <code>Concentric</code> mate type.
- Set alignment properly.
📊

Quick Reference

Mate Reference ElementDescriptionCommon Mate Types
FaceSurface selected for mate referenceCoincident, Concentric, Distance
EdgeEdge selected for alignment or angle matesAngle, Coincident
VertexPoint used for coincident or distance matesCoincident, Distance
Mate TypeDefines how parts connectCoincident, Concentric, Distance, Angle
Mate AlignmentControls orientation of mateAligned, Anti-Aligned

Key Takeaways

Mate references automate assembly mates by predefining mating geometry and mate types on parts.
Always select the correct face, edge, or vertex and appropriate mate type for reliable automatic mates.
Test mate references by inserting parts into assemblies to ensure correct automatic mating.
Mate alignment settings control part orientation and prevent assembly errors.
Mate references save time and reduce errors in complex assemblies by standardizing mating points.