1.0.0 • Published 2 years ago

rf-tolerances v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Module to get tolerances for defined standards

Standards supported

  • DIN13 (Norm für metrisches ISO Regelgewinde)
  • DIN286 (IS0-Passungen)
  • DIN2768 (Allgemeintoleranzen)

Structure

  • For each standard one function in index.js named ToleranceForStandardname
  • Data for the Standards is in folder 'Data', separated in different Folders named after the standard. In each folder one File for each type of Data named StandardnameData.js, example DIN13TurningData.js
  • In folder tests, create in file testCases.js one function for each standard for its tests.

Hints

When an error occurs or the requested Parameters could not found in the Standard null will be returned.