Tolerance Stack-Up: Worst-Case and RSS
Worst-case tolerance = sum of the half-widths; statistical RSS = sqrt(sum of squares), always tighter.
Example
You enter
- Nominal (mean) gap (in) 0.02
- Tolerance half-widths (in, comma or space separated) 0.005, 0.005, 0.005
You get
- Tol wc 0.015
- Tol rss 0.00866
Details, formula, and sources
Three dims at +/-0.005 -> +/-0.015 worst-case, +/-0.00866 RSS; a 0.020 gap fits 0.005-0.035 (WC) or 0.0113-0.0287 (RSS). The RSS benefit widens as the chain grows. A design aid; the drawing tolerances govern.
tol_wc = sum(|tol_i|); tol_rss = sqrt(sum(tol_i^2)); gap = nominal +/- tol.
Worst-case and RSS (root-sum-square) tolerance stack-up, standard mechanical-design / GD&T practice, by name.
The worst-case sum and the RSS square-root-of-sum-of-squares are public tolerance-analysis results.
Estimate. AHJ and licensed professional govern.
Field names used by the API: nominal_gap_in, tolerances, tol_wc, tol_rss
- Worst-case tol_wc = sum of the half-widthstolerance analysis
- RSS tol_rss = sqrt(sum of squares)statistical tolerance analysis
- RSS assumptions centered, independent, normally distributed dimensionsscope of this tile