WO002
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO002 - AutoNest Interface routine - Define Number of Raw Plates
Purpose
The procedure defines the number of raw plates available in the autonest session.
Declaration
void wo002 ( const int NumberOfRawPlates); INPUT:
Parameters:
NumberOfRawPlates The number of available raw plates
Result
None.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/**********************************************************************
*
Main procedure - wo002
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo002 ( const int /* NumberOfRawPlates */)
{
}
/*
Allocate C++ structure for the given number of raw plates. Data will
be added in the calls of wo003 and wo004.
*/
}