Material Condition Modifiers
What are Material Condition Modifiers?
Material condition modifiers define how geometric tolerance relates to the actual size of a feature. They can provide "bonus tolerance" that increases the allowable variation as a feature departs from its maximum or minimum material condition.The three modifiers are:
| Symbol | Name | Meaning |
|---|---|---|
| Ⓜ or (M) | Maximum Material Condition | Bonus as feature departs from MMC |
| Ⓛ or (L) | Least Material Condition | Bonus as feature departs from LMC |
| Ⓢ or (S) | Regardless of Feature Size | No bonus (RFS is default) |
Understanding Material Conditions
For a Hole (Internal Feature)
- MMC = Smallest hole (most material remaining)
- LMC = Largest hole (least material remaining)
┌─────┐ ┌─────┐ ┌─────┐
│ ○ │ │ ○ │ │ ○ │
│small│ │ nom │ │large│
└─────┘ └─────┘ └─────┘
MMC Nominal LMC
For a Shaft (External Feature)
- MMC = Largest shaft (most material)
- LMC = Smallest shaft (least material)
┌─────┐ ┌─────┐ ┌─────┐
│ ███ │ │ ██ │ │ █ │
│large│ │ nom │ │small│
└─────┘ └─────┘ └─────┘
MMC Nominal LMC
MMC (Ⓜ) - Maximum Material Condition
The Concept
MMC provides bonus tolerance when a feature is NOT at its maximum material condition. The logic: if the hole is bigger (or shaft is smaller), there's more clearance for assembly, so position can be relaxed.
Example: Hole with MMC
Hole size: ⌀ 10.0 ± 0.2 (9.8 to 10.2)
Position: ⌀ 0.25 (M)
MMC = 9.8mm (smallest hole)
Bonus Tolerance Calculation:
| Actual Hole | Departure from MMC | Bonus | Total Position Tol. |
|---|---|---|---|
| 9.8 (MMC) | 0 | 0 | 0.25 |
| 9.9 | 0.1 | 0.1 | 0.35 |
| 10.0 | 0.2 | 0.2 | 0.45 |
| 10.1 | 0.3 | 0.3 | 0.55 |
| 10.2 (LMC) | 0.4 | 0.4 | 0.65 |
Total Tolerance = Stated Tolerance + (Actual Size - MMC Size)