Licence
MIT
Version
1.0.25
Deps
0
Size
60 kB
Vulns
0
Weekly
0
EIS API Client
Official TypeScript/JavaScript client library for the EIS Simulation API. This package provides type-safe access to aluminum extrusion simulation calculations with a simple, intuitive interface.
Installation
npm install @extrusionsim/client
API Reference
See docs.extrusionsim.com for complete API reference documentation.
Support
- Email: info@extrusionsim.com
- Documentation: https://docs.extrusionsim.com
- Issues: GitHub Issues
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
v1.0.25
- Nitriding interval calculations integrated.
v1.0.24
- AUTO die compexlity has been added.
v1.0.23
- Drawing thickness logic have changed.
v1.0.22
- Powder Coated Max. Exit Temperature variaton added to surfaces.
v1.0.21
- Die suggestions updated.
v1.0.20
- Integrated die suggestions.
v1.0.18
- Integrated precut billet length calculation.
v1.0.13
- Integrated shape stability.
- Integrated quenching into simulation: Quenching calculations are now integrated directly into the
calculateSimulation()method. When optional quenching parameters (alloyCoolingRatio,waterCapacityQuenching,airQuenchingCapacity,airLeadOutRunOutTableCapacity,quenchingLength) are provided, the simulation output includes quenching results. - Expanded temper options: Added support for additional temper designations including 'T66', 'T65', 'T64', and 'T54'.
- Fixed type references.
- Improved error messages.