WO025
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO025 - AutoNest Interface routine - Get Optimized Raw Plate Data
Purpose
The procedure gets the data for the selected raw plate.
Declaration
void wo025( const int NestedPlateNo,
double& Length, double& Width, double& Thickness, char* Quality, double& Density);
Input
Parameters
|
NestedPlateNo |
The identification number for the nested plate |
Result
Parameters
|
Length |
The raw plate length |
|
Width |
The raw plate length |
|
Thickness |
The raw plate length |
|
Quality |
The raw plate length |
|
Density |
The raw plate length |
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo025
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo025( const int /* NestedPlateNo */, double& /* Length */,
double& /* Width */, double& /* Thickness */, char* /* Quality */, double& /* Density */)
{
}
}