BendCalc/include/Tonnage.h

8 lines
288 B
C
Raw Normal View History

2023-11-25 14:37:27 -08:00
#ifndef TONNAGE_H
#define TONNAGE_H
// Function declaration for calculating the press brake tonnage
double calculateTonnage(double materialThickness, double bendLength, double dieOpeningWidth, double materialFactor, double methodFactor, double multipleBendToolingFactor);
#endif